Monday 27 August 2012

LCD, BBC and JSON

Building on the previous LCD example, I tried to connect to the BBC's JSON API for schedule information, and display some of that data.


The code can be found here - https://github.com/gitgrimbo/raspi-fun/tree/master/c/lcd-bbc-json.

I used Jansson for the JSON parsing, and libcurl for the downloading.

No comments:

Post a Comment