Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 842 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 842 Bytes

TPCz

A simple TCP client for android.

This app opens a new socket and connects to the user's desired server.

It sends a specified piece of data over the connection, waits for a response and then closes the connection.

The server timeout is set to 3 seconds.

todo

-fix layout to work on all device types

-add a way to save server and command history