/Android-TCP-IP-Socket

This repository consists of basic introduction for Server-Client model using Android Wifi Hotspot, which uses TCP/IP model using Primary Sockets

Primary LanguageJavaMIT LicenseMIT

Android-TCP-IP-Socket

This repository consists of basic introduction for Server-Client model using Android Wifi Hotspot, which uses TCP/IP model using Primary Sockets

You need two Android devices to test the demo.

Instructions:

Server Module:

  1. Install the Server application onto device A.
  2. Manually create a portable WiFi Hotspot using Android Settings.
  3. Run the Server Application.

Client Module:

  1. Install the client application onto device B.
  2. Manually connect to the hotspot, created by device A.
  3. Use Wifi settings to connect to the hotspot.
  4. Launch the Client Application.

Note:
Server application must be launched in device A before launching Client application in Device B.