How to create an adhoc network between laptops in java?
How to create an adhoc network between laptops in java? I want to create an adhoc between labtops were they will communicate using wireless communication. I will use java for this but still I do not know how to start.. I think I'll have to use sockets for the connections right? How will a laptop notice other laptops in its local network or the other way around? Do i need a server to handle the communication between laptops? Another thing, how to broadcast a message from one laptop to other laptops in the network? Please reply as soon as you can. Any help will be appreciated. Thanks in advance. Do you explicitly want to create the adhoc network in java on your own? I mean, you can use the existing application/services to create the network. Once the network is on, you can communicate between them as you would do on a normal LAN. – Vikram.exe Dec 31 '10 at 7:35 ...