An open API service indexing awesome lists of open source software.

https://github.com/jonlambert/udpfire

A command line tool to quickly fire UDP packets to a host.
https://github.com/jonlambert/udpfire

Last synced: about 1 year ago
JSON representation

A command line tool to quickly fire UDP packets to a host.

Awesome Lists containing this project

README

          

udpfire
=======

A command line tool to quickly fire UDP packets to a host. Nothing special... I created this because I was getting fed up of complex commands and scripts just to test a UDP server.

*Usage*
```
udpfire
# eg. udpfire 127.0.0.1 2000 "Hello, world."
```

*Installation*
```
gem install udpfire
```