package
2.0.0-dev+incompatible
Repository: https://github.com/jwowillo/greenerthumb.git
Documentation: pkg.go.dev
# README
message
message
is where greenerthumb
messages from the ICD are defined and the
bytes-JSON conversion is implemented.
Documentation
make
in the 'doc' directory generates PDF documentation.
Building
make
builds all targets.make message
buildsbytes
andjson
.make bytes
buildsbytes
.make json
buildsjson
.make test
buildsmessage
's tests.
Running
./bytes
< {"Name": "Soil", "Timestamp": 0, "Moisture": 0.37}
0100000000000000003ebd70a410
./json
< 0100000000000000003ebd70a410
{"Name": "Soil", "Timestamp": 0, "Moisture": 0.37}
Testing
cd build && ./test