/sc-dtc-client

Golang client for DTCProtocol servers

Primary LanguageGoOpen Software License 3.0OSL-3.0

sc-dtc-client

A go client implementation for DTC Protocol servers

Status: Early Initial Development (~10% complete)

Build

go build
./sc-dtc-client --genconfig
# populate config as needed, baseline may work for localhost
./sc-dtc-client

Recompile protocol buffers

Running ./scripts/protoc_compile.sh should create/update/restore dtc/DTCProtocol.pb.go. This isn't necessary for build, but will be for updates for the .proto DTC spec