TCP/UDP Server/Client

100 installs
2.00 ratings
7.00 monthly active users
Revenue not available

TCP/UDP Server/Client Summary

TCP/UDP Server/Client is a mobile iOS app in Tools by Jan Andersen. Released in Nov 2023 (2 years ago). It has 2.00 ratings with a 5.00★ (excellent) average. Based on AppGoblin estimates, it reaches roughly 7.00 monthly active users . Store metadata: updated Dec 13, 2025.

Store info: Last updated on App Store on Dec 13, 2025 .


5★

Ratings: 2.00

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot

App Description

TCP / UDP - Server / Client

A simple Server - Client app which can be used for testing purposes.

A server can be started which listens for incoming client connections.
The server's IP address is the device's IP address.
A port number between 0 and 65535 can be freely selected.

The server is not limited by 'one' client connection, several clients can connect to the server.

There are 2 Log windows where one is the event log and text sending/receiving and the other window shows the Hex values ​​for sending and receiving.

The server can respond to received data from a Client:
- By sending received data back to the Client (echo)
- Send an entered text back to the Client
- By looking up a table you have defined and finding a match in this and then sending the associated data back to the Client

The app is primarily developed for use on an iPad, but it can easily be used on an iPhone, although the screen is a bit small for this.