Add go mod definition
CI: separate build and fetch jobs
Update Go imports: github.com --> git.sr.ht
Toy Yggdrasil nodes built using the yggdrasil reference
library
and yggdrasil-go-coap. Requires
Go >= 1.13
.
This project is licensed under the LGPLv3 (= license used by yggdrasil-go).
A bug tracker is available on todo.sr.ht.
Usage of ./yggdrasil-coap-server:
-debug
dump incoming requests to the standard output
-genconf
print a new config to stdout
-json
print configuration from -genconf or -normaliseconf as JSON instead of HJSON
-normaliseconf
use in combination with either -useconf or -useconffile, outputs your configuration normalised
-useconf
read HJSON/JSON config from stdin
-useconffile string
read HJSON/JSON config from specified file path
Usage of ./yggdrasil-coap-client:
-genconf
print a new config to stdout
-json
print configuration from -genconf or -normaliseconf as JSON instead of HJSON
-normaliseconf
use in combination with either -useconf or -useconffile, outputs your configuration normalised
-target string
Yggdrasil address to contact
-useconf
read HJSON/JSON config from stdin
-useconffile string
read HJSON/JSON config from specified file path