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.
Server Module:
- Install the Server application onto device A.
- Manually create a portable WiFi Hotspot using Android Settings.
- Run the Server Application.
Client Module:
- Install the client application onto device B.
- Manually connect to the hotspot, created by device A.
- Use Wifi settings to connect to the hotspot.
- Launch the Client Application.
Note:
Server application must be launched in device A before launching Client application in Device B.