This is a parser for Tox bootstrap nodes in the JSON format from https://nodes.tox.chat/json. It outputs the nodes in a format suitable for https://github.com/zetok/tox-check-online-bootstraps.
Usage
Compile it:
- Install Rust
- Make with
cargo build
- Download the data as nodes.json from https://nodes.tox.chat/json
- Run with
./target/debug/./target/debug/tox-json-node-parser < nodes.json
License
Licensed under GPLv3+, for details see LICENSE.