My project was to create an application like AirDrop of Apple. To do so, I need to create an specific network for my application so that only my application can pick this network and I have to do it with Java. To my knowledge, Java does not have a wifi library. So what is my option here for my project?
I cannot use Ethernet connection. I have to use a network something like bluetooth which will find only the existing application in the network.
I am sorry if I missed anything. I am not too good with networking as well.