"# 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.