Skip to content
/ pingo Public

Application level TCP and UDP network probing

License

Notifications You must be signed in to change notification settings

tobgu/pingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Application level TCP and UDP network probing

Resources

License

Stars

Watchers

Forks

Packages

No packages published