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.
- Host: GitHub
- URL: https://github.com/jonlambert/udpfire
- Owner: jonlambert
- License: other
- Created: 2013-07-18T11:07:29.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-24T17:06:08.000Z (almost 13 years ago)
- Last Synced: 2025-06-11T14:07:40.794Z (about 1 year ago)
- Language: Ruby
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```