Send UDP may be used to test UDP ports, in order to test if your datagram/UDP application works well, you'll need to send packets to it and test if it receives and read the packets well, the best solution for you is to use sendudp, if you ever used telnet to test your stream ports/TCP ports then you'll be familiar with sendudp, sendudp is an OpenSource tool you can edit it, customize it or just use it! sendudp is very simple to use even simpler that telnet, to use it you have to be familiar with the destination IP address, the IP could be v4 or v6, the PORT and you must define a message to test, here is an example:

sendudp -d 196.44.87.65:3877 -m "Test message."

Or

sendudp -d example.com:3877 -m "Test message."

while {-d} stands for destination and port, and {-m} stands for the message to send, enjoy using sendudp and I hope it saved you time from writing your own UDP tester.

License: CC3.0.

Features

  • Datagram socket connection
  • User-defined IP address, IPv4/IPv6
  • User-defined Port
  • User-defined Message to test
  • Use a domain name e.g. example.com instead of an IP

Project Samples

Project Activity

See All Activity >

Follow Linux UDP Port Test - sendudp

Linux UDP Port Test - sendudp Web Site

You Might Also Like
ConnectWise Cybersecurity Management for MSPs Icon
ConnectWise Cybersecurity Management for MSPs

Software and support solutions to protect your clients’ critical business assets

ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • I would recommend it, telnet is for TCP testing and sendudp is for UDP testing, no need to reinvent the wheel just use sendudp.
Read more reviews >

Additional Project Details

Registered

2012-06-14