Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tobgu/pingo

Application level TCP and UDP network probing
https://github.com/tobgu/pingo

Last synced: 30 days ago
JSON representation

Application level TCP and UDP network probing

Awesome Lists containing this project

README

        

Pingo
=====
Simple application level network probing for TCP and UDP.

It consists of two parts:
* An echo server that returns whatever data is sent to it over TCP and UDP .
* A probe that sends traffic to selected echo servers, measures the round trip time and publishes the results over an HTTP API.

Run Server
----------
`pingo server --config=server-config.yaml`

Run Probe
---------
`pingo probe --config=probe-config.yaml`

Configuration
--------------
Commented example configuration files for server and probe are available under `examples/`

Licence
=======
MIT