TCP UDP Packet Handler Application icon

TCP UDP Packet Handler 2.2.1

1.4 MB / 5K+ Downloads / Rating 4.1 - 16 reviews


See previous versions

TCP UDP Packet Handler, developed and published by Walter Mielke, has released its latest version, 2.2.1, on 2015-11-17. This app falls under the Tools category on the Google Play Store and has achieved over 5000 installs. It currently holds an overall rating of 4.1, based on 16 reviews.

TCP UDP Packet Handler APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.echozio.packethandler

Updated: 9 years ago

Developer Name: Walter Mielke

Category: Tools

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing TCP UDP Packet Handler on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.1
Total 16 reviews

Reviews

4 ★, on 2018-11-13
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 ★, on 2015-11-17
I can not see all of display!!!

Previous Versions

TCP UDP Packet Handler 2.2.1
2015-11-17 / 1.4 MB / Android 4.0+

About this app

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.

App Permissions

Allows applications to open network sockets.