Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 338 Bytes

File metadata and controls

5 lines (3 loc) · 338 Bytes

"# Unity-Android-TCPSocket"

A simple Android app made in Unity, It instantiates a TCPClient, that takes in server and port details through UI. Refer script Listener.cs for the socket implementation.

Run the Python script to start the server, set details in the UI and press connect. message from server will be visible on the UI.