Skip to content

An LAN Android 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.

Notifications You must be signed in to change notification settings

HumorousRR/IPConnect

Repository files navigation

IPConnect

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.

Feature display

  1. The left column contains the server IP address and port number information
  2. You can click the Start button to start the Socket service

  1. Any device connected to the same LAN as the server can communicate with the server by using TCP client tools.

  1. The server will also receive the client's message
  2. A server can be connected by multiple clients at the same time, and each client can be distinguished by IP address

Technical points used

  • ServerSocket
  • Get the wired/wireless network IP address
  • TCP / IP
  • RecyclerView
  • MVC

Demo Apk

IPConnect Demo Apk

Project source code address

https://github.com/HumorousRR/IPConnect

About

An LAN Android 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published