Skip to content

Rust tool to ping a Don't Starve Together game server

License

Notifications You must be signed in to change notification settings

Wollwolke/dst-ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dst-ping

Checks if a Don't Starve Together game server is alive and reports it's approximate latency.
May be used as Docker health check.

Implemented using RakNet's unconnected ping feature.

Usage

dst-ping <ADDRESS> <PORT>

Arguments:
  <ADDRESS>  IP address of the DST server
  <PORT>     Game port of the DST server

Options:
  -h, --help  Print help

Example Output:

Host:        192.168.178.103:11000
Server GUID: 8F 84 C1 30 36 AC D4 A9
Time         0.255 ms

About

Rust tool to ping a Don't Starve Together game server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages