1.0.6 • Published 3 years ago

udpet v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Send and recieve udp easily from the terminal

Send a packet

npx udpet [ip] [port] [data...]

Example:

npx udpet localhost 80 "Hello, UDP!"
#send binary
npx udpet localhost 80 "\FF\2E\10"

Receiving packets

npx udpet listen [port] [filter...]?

Example:

npx udpet listen 80

#or listen only for specific messages
npx udpet listen 80 "Hello, UDP!" "\FF\2E\10"

REPL

Listen for packets while being able to send packets through the same port

npx udpet repl [port]

Example:

npx udpet repl 80

Why use udpet

  • Super simple & handy
  • Zero dependencies. Tiny package size
  • Runs in the terminal
  • Useful for debugging network issues, testing around or secretly chatting with a coworker ;)
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago