Lots of bugfixes, some minor refactoring (and runtime speedup!), and JSON is now fully supported throughout in addition to protobuf. JSON is now the default communication protocol between client and server, and you can compile in support for protobuf with "-DUSE_PROTOBUF=ON" added to your cmake statement.
Because of the above, we now rely only on the 3rd party libraries curl and libssl-dev for our testing suite test-accuracy. The core bemorehuman binaries don't rely on any 3rd-party libs now given the default installation.
What's Changed
- pre-calculate half of xy pair by @unbrand in #26
- 27 add support for json messaging by @unbrand in #28
Full Changelog: v1.2.0...v1.3.0