13 November 2010
What is JSON Exchanging data with other computers can be a daunting task with Arduino. No matter if you just want to pass some information to Processing, to a Web Service or something else – You always have to encode the data and decode the answer. There always have been solutions like XML for structured [...]
Read the full article →
7 November 2010
About HTTPClient HTTPClient is a Arduino Library to easily post normal HTTP Requests using the Arduino Ethernet Shield (a WiFly Version is on the way). Instead of manually implementing the HTTP protocol for each and every web page you want to read from or post to you can simply use the HTTP Client library. HTTPClient [...]
Read the full article →