Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```