Rémi Bèges
Rémi Bèges
Sorry about the late answer, the data you're receiving looks ok. It matches the raw data format used by Telemetry. To turn this data into a human-readable form, you can...
Good catch Jason, I was planning to eventually return negative error code but returning 0 should be enough to signal an error.
If you are using an Arduino or any device supported by Mbed ([there are many](https://developer.mbed.org/platforms/)), then you should be able to send data to the bluetooth serial port pretty easily....
Oh wait, there is one library that might be even more interesting : [msgpack](http://msgpack.org/) I haven't tested it but it's quite popular. It's a portable data exchange protocol, and you...
http://telemetry-docs.readthedocs.org/en/latest/ In progress of writing. Ultimately, all the wiki should be migrated there as well
1. Are you using Telemetry [Arduino wrapper](https://github.com/Overdrivr/Telemetry-arduino) ? 2. Have you properly added the library to the Arduino project by following [those instructions](https://github.com/Overdrivr/Telemetry-arduino#installation) ? If Yes to both answer, please...
Completely agree, it's not web-tech but Qt5 could be added to the list too, I have the same issue. The LESS file contains exclusively custom classes and therefore cannot be...
Any updates on this ? I'm interested in this feature to be able to ship an electron app with the textract binary dependencies in it to simplify user experience.
Well, I would make the changes myself, but I don't know if I will find the time for now. In the end, what sort of changes would be needed to...
I can't recall exactly but I feel I tried overloading Get initially, but something made me move away from it. Can't remember for sure. initializer_list allows me to support arbitrary...