Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loggerhead/oh
A simple TCP/UDP echo server.
https://github.com/loggerhead/oh
Last synced: about 2 months ago
JSON representation
A simple TCP/UDP echo server.
- Host: GitHub
- URL: https://github.com/loggerhead/oh
- Owner: loggerhead
- License: mit
- Created: 2017-01-05T15:02:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T09:11:45.000Z (about 8 years ago)
- Last Synced: 2024-11-01T09:17:37.114Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oh
`oh` is a simple TCP/UDP echo server for debug.
```
usage: oh [--host HOST] [--port PORT]A simple TCP/UDP echo server.
optional arguments:
-h, --help show this help message and exit
--host HOST server address [default: 127.0.0.1]
--port PORT server port [default: 9000]
--print print out what received
--limit LIMIT print out how many bytes [default: 40]
--hex print bytes with hex format
```