revmischa / cloudcam

IP camera surveillance management system using AWS IoT with support for Axis cameras.
Other
73 stars 15 forks source link

Integrate JSON parsing library #2

Closed revmischa closed 7 years ago

revmischa commented 7 years ago

AWSIoT embedded C SDK uses a pretty terrible JSON library. I was working on adding Jansson, I don't think I finished it. Integrate Jansson (or another library if you prefer) for JSON parsing and document construction.

See thumbnail_requested_handler

revmischa commented 7 years ago

Donezo