Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 879 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 879 Bytes

ToxStatus build

Status page for the Tox network that keeps track of bootstrap nodes.

The master branch is currently in a WIP state. The latest stable version is v1.0.0.

Screenshots

Tool

Besides being a full status page, ToxStatus can also be used as a command line tool to quickly check the status of a node.

~> ./ToxStatus --help
Usage of ./ToxStatus:
  -ip string
        ip address to probe, ipv4 and ipv6 are both supported (default "127.0.0.1")
  -key string
        public key of the node
  -net string
        network type, either 'udp' or 'tcp' (default "udp")
  -port int
        port to probe (default 33445)