You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 years ago | |
---|---|---|
conf.sample | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
d4-goclient.go | 4 years ago |
README.md
Installation
Fetch d4-goclient code and dependencies
go get github.com/D4-project/d4-goclient
go get github.com/satori/go.uuid
go build d4-goclient.go
Use
Launch a d4-server
See https://github.com/D4-project/d4-core/tree/master/server
Pipe data into the client
cat /proc/cpuinfo | ./d4-goclient -c conf.sample/ | socat - OPENSSL-CONNECT:127.0.0.1:4443,verify=0