资 源 简 介
Introduction
Arduino library to communicate with pachube.com server. It simplifies the work to connect the Arduino based device into the Internet of Things.
https://pachube.com/images/logo.png?1324562369
https://pachube.com/images/howitworks.png?1324562369
Function
* This library is used to communicate with Pachube server through web API.
* It encapsulates the work to GET and PUT data.
* The supported data format is csv.
Hardware Required
* Arduino Ethernet Shield
* Shield-compatible Arduino board
* Network cable to connect the sheild and the router
* USB cable to connect Arduino and PC (optional, just for debug)
Software Required
* Arduino IDE 1.0 or newer
* Pachube account
* Pachube feed
Library Required
* WString, Ethernet, SPI
Code example
With this library, the work regarding GET data from or PUT data to Pachube server becomes very