Skip to content

sudden6/tox-json-node-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Install Rust
  2. Make with cargo build
  3. Download the data as nodes.json from https://nodes.tox.chat/json
  4. Run with ./target/debug/./target/debug/tox-json-node-parser < nodes.json

Options

Use -6 to only output IPv6 nodes or -4 to only output IPv4 nodes, if no or invalid arguments are used both are output. Additional arguments will be ignored.

License

Licensed under GPLv3+, for details see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages