The aim of this project is to provide regular node availability status, for the hyperboria/peers project. This is achieved by:
- Using Travis CI as a build environment
- Compiling cjdns in the build container
- Generating a cjdns configuration file with all nodes using the hyperboria-peers npm module
- Starting the cjdns daemon and waiting 180 seconds for any outgoing peer connections
- Generating status for available and unavailable peers
Most of the awesome stuff happens in the above three mentioned projects, the current one simply provides the "glue".
The status page is generated daily and available at GitHub pages.
Currently, only IPv4 checks are performed. For more information or suggestions see issue #1.