Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 4 months ago.
no bson implementation in mbed?
hi folks, I'm wondering why there is no bson implementation to find in mbed. The binary json format is more efficient for microcontrollers and better for data transport over streaming protocols like TCP. Is that right?
1 Answer
10 years, 4 months ago.
I agree. An alternative pub/sub option is MQTT http://developer.mbed.org/search/?type=&q=MQTT or http://www.rabbitmq.com/
Perhaps someone is interested in converting an Arduino bson library like: https://github.com/dewind/bson_arduino
I would be interested in using bson over a serial XBee Digimesh wireless network.