Home  /  Tools Apps  / UDP TCP Server on Windows Pc

UDP TCP Server on Windows Pc

Developed By: Ido Development Foundation (IDF)

License: Free

Rating: 3,9/5 - 219 votes

Last Updated: April 16, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 51.4
Size 3.1 MB
Release Date December 04, 22
Category Tools Apps

App Permissions:
Allows applications to open network sockets. [see more (6)]

What's New:
51.4* Added option to save all incoming messages* Added option to show time of incoming message* Clicking on incoming messages will show last 10 messages (if... [see more]

Description from Developer:
Ever needed to send a UDP/TCP commands from your Android device to a UDP/TCP enabled device on your WiFi or Cellular network?
Now you can!

Featuring:
* UDP incoming and outgoing s... [read more]

App preview ([see all 4 screenshots])

App preview

About this app

On this page you can download UDP TCP Server and install on Windows PC. UDP TCP Server is free Tools app, developed by Ido Development Foundation (IDF). Latest version of UDP TCP Server is 51.4, was released on 2022-12-04 (updated on 2024-04-16). Estimated number of the downloads is more than 10,000. Overall rating of UDP TCP Server is 3,9. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 219 users, 26 users had rated it 5*, 119 users had rated it 1*.

How to install UDP TCP Server on Windows?

Instruction on how to install UDP TCP Server on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install UDP TCP Server on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install UDP TCP Server using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "UDP TCP Server" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install UDP TCP Server on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "UDP TCP Server" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 51.4.

Download UDP TCP Server 51.4 on Windows PC – 3.1 MB

Ever needed to send a UDP/TCP commands from your Android device to a UDP/TCP enabled device on your WiFi or Cellular network?
Now you can!

Featuring:
* UDP incoming and outgoing support
* TCP incoming and outgoing support
* Internet DNS support
* User-defined buttons to store pre-set commands to send
* Unlimited user defined templates to use for different UDP/TCP clients (templates save IP and Port settings as well)
* Send commands to multiple IP's and ports at the same time
* Acting as a server, can get responses back from the network
* Buttons support colors, if the command that was sent matches the command that was received, button becomes green, otherwise, becomes red
* Easy to use
* Simple and clean interface
* Supports Android 2.2 and up
* Pre-stored templates to control "Sharp - AQUOS TV" / "NEC - TV's"
* Buttons can have any color you want!!

If you have any questions, please visit our forum: http://goo.gl/qpI7ku
Like us on facebook: https://goo.gl/EYXyaY
Follow us on Twitter: @idodevfoundatio

If you wish to use our application as a remote control for you windows PC, you can use this great TCP server:
http://www.hsm-ebs.de/ -> Download -> TCP-IP-Server (includes a manual in English as well)

If you like my application, please support it by downloading the paid ad free version here
http://goo.gl/mHXJjt

If you would like to create a template on a PC and then load it to my application, you can create a XML file based on this structure, and place it in this path on your device /UDPTCPServer/Templates/
Sample XML: https://goo.gl/i1oHDQ

If you want to become a beta tester: https://goo.gl/twJ30c

A quick guide:
1. Go to Menu->Settings and define the IP / Port / Protocol you wish to send commands to
2. Go to Menu->Button Config and define what you would want each button to show (as label) and send (as command), notice, you can also long-press on a button to modify it's settings
3. Click buttons to send commands

A few notes:
* Scroll down to see the phone IP and port it is listening on
* You can change buttons heights (Menu->Settings->Scroll all the way down)
* You can long press a button to modify it's settings
* You can change the number of buttons shown on screen
* You can save a set of labels + commands as a template, to easily change the devices you are controlling (Click the + sign at the ActionBar)
* You can use some of my pre-stored templates (Menu->Load from pre-stored templates)

How to use "handle incoming settings" - developed for Phil Green:
1. Enable the feature in the settings
2. Set the application to 'listen' on a UDP port
3. Send a UDP string to the device in this SPECIFIC format:
**B,,,,,,;
You can have as many button as you want within the same string, here is an example of how to use this:
**B05,,Test Name5,,PEACE,,#ffffff00;**B06,,Test Name6,,123,,#ff0000ff;**B07,,,,456,,#ff00ffff;
4. Note: the string MUST end with ';'
5. If you wish to only change the label and not the command or color, simply leave that blank, for example:
**B07,,,,OK,,,,;
This will set Button 7 command to be "OK" and will not change the color or name (label)

How to use responses from "handling incoming messages":
The purpose here is to allow the remote device to confirm that the settings were set properly.
To use this:
1. Enable in settings (both the handling of incoming messages and the reply)
2. Set the correct outgoing settings (IP/Port), of where the application should send the response to
3. Send a "setting" string
The protocol is this:
**R++,,+
Possible Status Codes:
01 - success
02 - error
Sample reply string will be:
**R01,,45
Which means, incoming settings were processed without a problem and it took a total of 45ms.

Please contact me should you have any questions
51.4
* Added option to save all incoming messages
* Added option to show time of incoming message
* Clicking on incoming messages will show last 10 messages (if those are saved)
* Stores up to 200 messages in log (auto clears on activity start)
* Fixed template storage issues
Allows applications to open network sockets.
Allows applications to access information about networks.
Allows applications to access information about Wi-Fi networks.
Allows an application to write to external storage.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows an application to read from external storage.