Bootstrap and maintain connection to Tunfish network. Please note this software is in its very early stages.
tf-node --config=examples/tf-0815.json5{// Configuration version"version": 1,// The device ID"device_id": "tf-0815",// How to connect and authenticate with WAMP message broker"bus": {"ca_url": "http://localhost:3333/","ca_name": "RootCA","broker": "wss://localhost:8080/ws",//"key": "tf-0815-bus.key",//"cert": "tf-0815-bus.pem",//"cacert": "cacert-bus.pem",},// WireGuard settings// https://wiki.archlinux.org/index.php/WireGuard#Client_config"wireguard": {"endpoint": "172.16.100.16:51820","private_key": "CyqisJ1eVXzjkMocWsRkAaXyXMBOxpDLFgTdDQTtXjM=","public_key": "/46NfRLITFUDZAb1ZANxqrGb7hPsciTX0cFEXZBUKjk=","address": "10.0.23.15/32","network": "swarmone",},}