Skip to content

Tox/ToxStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)