BSON for ESP-IDF?
Posted: Tue Jan 31, 2023 12:16 pm
Hello everyone!
I have the infrastructure which receives files to storage thru MQTT by chunks in BSON format.
For now I found the article where I can use BSON library with Arduino Framework.
But I couldn't compile this library as ESP-IDF component.
I need to send photos from the camera by chunks, so I need to put every chunk in binary format.
Any ideas to have BSON in ESP-IDF projects?
I have the infrastructure which receives files to storage thru MQTT by chunks in BSON format.
For now I found the article where I can use BSON library with Arduino Framework.
But I couldn't compile this library as ESP-IDF component.
I need to send photos from the camera by chunks, so I need to put every chunk in binary format.
Any ideas to have BSON in ESP-IDF projects?