b988182415
Boxen: The p2p device manager, and beyond... |
||
---|---|---|
cmd | ||
config | ||
db | ||
utils | ||
.gitignore | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
Boxen
Boxen is a command-line utility for managing devices in a p2p (aka. distributed) fashion.
More documentation is on the way. This README currently contains only enough to get you running.
Dependencies
- Go 1.12, or higher
- GNUnet 0.11.5, or higher | (https://gnunet.org)
- ssh
Build
git clone https://git.sr.ht/~dvn/boxen.git && cd boxen
GO111MODULE=on go build -o boxen main.go
Use
./boxen --help