How can I do these steps in android (Eclipse)? In a simple example. I am beginner. For transfer data over wi-fi.
- Server device opens a socket and listens on it.
- Server device broadcasts the local IP and Port it's listening on.
- Client devices receive broadcast and initiate a connection.
- Transfer data between server and each client or clients and server.
WifiP2P is very cool, but can be tricky to setup. If you want to start playing around with wireless communication you may want to look at the BluetoothChat Example.
Bluetooth and specifically Bluetooth Low Energy are emerging as the standard communication protocol for Internet of Things. If you want to start digging into what you can do the example should work right off the bat with the latest version of Android Studio.