Go to file
Jean-Louis Huynen 4d660fb9db short README 2019-01-11 16:29:20 +01:00
conf.sample configuration files 2019-01-10 10:12:40 +01:00
.gitignore ignore compilation output~ 2019-01-10 10:13:57 +01:00
LICENSE Relicensing to MIT 2019-01-07 10:25:49 +01:00
README.md short README 2019-01-11 16:29:20 +01:00
d4-goclient.go Implement the Writer interface + io.CopyBuffer 2019-01-11 16:15:55 +01:00

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