CyaSSL usage example: Xively access with HTTPS
Dependencies: EthernetInterface HTTPClient mbed-rtos LM75B mbed
Import this for FRDM-k64f: http://mbed.org/users/wolfSSL/code/CyaSSL-Xively-FRDM/
For using this example:
- Prepare mbed with Ethernet connection.
- Go to http://xively.com. Sign up, and create your channel.
- Copy "Feed ID" and "API Key" on the page to XI_FEED_ID and XI_API_KEY in xively-main.cpp.
- The demo assumes LM75B temperature sensor on Xively Jumpstart Kit board. If your board does not have it, replace tmp.read() with your own read.
- Build, download it to mbed, and you will get the result "Temp" on your Xively channel page.
- Click "Temp" to get temperature graph.
Have fun!
日本語: https://mbed.org/users/wolfSSL/code/CyaSSL-Xively/wiki/Xively-example-jp
History
CyaSSL under HTTPClient class
2014-07-12, by wolfSSL [Sat, 12 Jul 2014 12:14:35 +0000] rev 5
CyaSSL under HTTPClient class
update HTTPClient
2014-07-12, by wolfSSL [Sat, 12 Jul 2014 07:58:19 +0000] rev 4
update HTTPClient
CyaSSL 3.0.0, Add FRDM-k64f
2014-07-12, by wolfSSL [Sat, 12 Jul 2014 07:27:07 +0000] rev 3
CyaSSL 3.0.0, Add FRDM-k64f
CyaSSL 3.0.0;
2014-07-12, by wolfSSL [Sat, 12 Jul 2014 07:20:32 +0000] rev 2
CyaSSL 3.0.0;
Common main.cpp for FRDM-K64F;
2014-07-12, by wolfSSL [Sat, 12 Jul 2014 07:14:53 +0000] rev 1
Common main.cpp for FRDM-K64F;
CyaSSL usage example: Xively access with HTTPS
2014-04-24, by wolfSSL [Thu, 24 Apr 2014 11:09:53 +0000] rev 0
CyaSSL usage example: Xively access with HTTPS