glidertracker-status

Crates.ioglidertracker-status
lib.rsglidertracker-status
version0.1.0
sourcesrc
created_at2018-07-09 16:09:38.135471
updated_at2018-07-09 16:09:38.135471
descriptionOpenGliderNetwork client based on actix
homepagehttps://github.com/Turbo87/glidertracker-status/
repositoryhttps://github.com/Turbo87/glidertracker-status.git
max_upload_size
id73505
size17,582
Tobias Bieniek (Turbo87)

documentation

README

glidertracker-status

GliderTracker websocket server status report for the command line

Installation

Make sure to have cargo installed (e.g. via rustup), then:

cargo install glidertracker-status

Usage

Running glidertracker-status will result in something like this:

{
  "connected": true,
  "state": {
    "users": 248,
    "max_users": 500,
    "load": 4.52,
  }
}

License

This project is licensed under either of

at your option.

Commit count: 5

cargo fmt