I'm GETting data from Pachube, but not sure how to use it.
I've been told to
Parse the data down to just the CSV values and then use sscanf() to put the data into variables.
I haven't a clue how to do that.
The data I get is the following:
Content-Length: 7
Vary: Accept-Encoding
39,60,0
I need to have the last 3 numbers in variables like temperature=39.
Can anyone point me in the right direction?