TCP UDP Packet Handler Apk

TCP UDP Packet Handler Apk

Latest version 2.2.1
17 Nov 2015

Older Versions

Apk Infos

Version2.2.1
Rating4.1/5, based on 16 votes
Size‎1.4 MB
Requires AndroidAndroid 4.0+ (Ice Cream Sandwich)
Author's NotesCreate TCP(server/client) and UDP Sockets *English Only*

About TCP UDP Packet Handler APK

TCP UDP Packet Handler APK Download for Android
TCP UDP Packet Handler APK Download for Android

Description

This app will allow you to bind to as many udp and tcp ports as you want. It also allows you to send and receive data from all connections. This app runs as a background service, so you will be able to close your app and it will still run listening for data in the background. Messages received are displayed in a hexadecimal and text format showing the time of arrival.


Feature List:
*Create TCP Server Socket, TCP Socket, and UDP Socket
*Send and Receive Data as Hexadecimal or Text
*Automatically add line terminators to end of Text for tcp ('\n', '\r', '\r\n', '\r\n\r\n', or no line terminator)
*Stays running in background as service whenever at least on socket is open

Tcp is stream based, it is a reliable protocol and is generally used to ensure delivery in an orderly fashion. Line terminators are only added to tcp Streams. Udp is packet based, and as such there is no need to add line terminators to a udp packet. Udp also has no guaranteed delivery, and no connection - so if you notice a packet is not being received, the IP address is wrong or there is an underlying problem.

How to install TCP UDP Packet Handler APK on Android phone or tablet?

Download TCP UDP Packet Handler APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (com.echozio.packethandler-v2.2.1-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

2.2.1 (8)1.4 MB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

4 ★Works, it would be nice to be able to fire an intent or run a command or even show a notification when receiving a packet.
2 ★I can not see all of display!!!