Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tobgu/pingo
- Owner: tobgu
- License: mit
- Created: 2017-03-14T06:49:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T08:19:07.000Z (over 7 years ago)
- Last Synced: 2024-10-14T12:54:20.248Z (2 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
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