Monday, 15 July 2013

json - How can i parse data values from sky-websense? -


Friends, I did some basic things in Konja, collecting temperature and light sensor values ​​through sky-websense and IPv6. Now, I can see both the sensor values ​​in the browser using a thick IP address. My problem here is that I want to use the mute values ​​of those sensors in my cloud application, how can I parse those values ​​of my cloud application. I know that Jason will work but I have no idea about how to work on mots, as if their values ​​will be parsed for sending to the Internet.

Any useful advice is the most welcome person.

Send data as JSON string.
Example {"Temporary": 26, "light"}: 400}

If the question is how to send it by mute then I would suggest a Koep (Ebayyum) or UDP server.
UDP is probably the most straight forward solution where you can simply parse the incoming UDP messages and send back the data to the right request.
Erbium method is quite easy and there are examples in this for repo.


No comments:

Post a Comment