An Android LAN communication project based on ServerSocket. The client side(any devices as tcp client) connects to the Android side through the IP address and port number.
- The left column contains the server IP address and port number information
- You can click the Start button to start the Socket service
- Any device connected to the same LAN as the server can communicate with the server by using TCP client tools.
- The server will also receive the client's message
- A server can be connected by multiple clients at the same time, and each client can be distinguished by IP address
- ServerSocket
- Get the wired/wireless network IP address
- TCP / IP
- RecyclerView
- MVC
https://github.com/HumorousRR/IPConnect