Socket
Socket
Sign inDemoInstall

udpc

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    udpc

A simple cli to send and listen for UDP packages from command line


Version published
Weekly downloads
4
Maintainers
1
Install size
66.3 kB
Created
Weekly downloads
 

Readme

Source

UDPC

A simple program to send and listen for UDP packages from command line

Install

npm i -g udpc

Send:

udpc --body "hello" --port 1450 --dest 0.0.0.0

 You sent a udp packet with:
 * dest=0.0.0.0
 * port=1450
 * body=hello

## UDP simple server

udpc --port 1500 --listen      

 Socket listening 0.0.0.0:1500
 CTRL+C to exit

Subscribe to multicast addresses

udpc --listen --multicast 239.0.16.18 --port 16180

 Socket listening 0.0.0.0:1500
 CTRL+C to exit

Keywords

FAQs

Last updated on 14 Jun 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc