Skip to content

Instantly share code, notes, and snippets.

@gilangvperdana
Created March 24, 2026 03:46
Show Gist options
  • Select an option

  • Save gilangvperdana/99d4f976f001d7f552aa26d11cb844c2 to your computer and use it in GitHub Desktop.

Select an option

Save gilangvperdana/99d4f976f001d7f552aa26d11cb844c2 to your computer and use it in GitHub Desktop.
UDP Testing

General

If you want to test UDP connection, you can install nmap then send some message.

Listen on Server

ncat -lu 19132

Send from Client

echo test | nc -u IP_SERVER 19132

Goals

If test appears on server, your UDP connection is healthy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment