Hi Folks,
I develop a Tiva C based application, where I have some parameters, like PID controller settings, or even SNTP server addresses, etc (you see: these can be vary in wide range). I want to store them in EEPROM and the commissioner can read / write them via RS 232 or web service. I thought that JSON would be suitable input format that could be translated into BSON (or whatever else, I'm open for ideas)
My question is:
what would be the suitable storage format of these settings (like BSON)
does anybody know a right framework to read and parse it from the EEPROM
Regards,
Norbert