RE: Rabbit BL4S200

"'Huynh, Henry' [email protected] [rabbit-semi]" <[email protected]> Wed, 7 Oct 2015 13:52:33 +0000
Newsgroups gmane.comp.hardware.rabbit-semiconductor
Message-ID <[email protected]>
Hi Tom,
Thanks very much for your reply. I am using Amazon Cloud, it requires API key to send data to its cloud,  I am thinking function :  sock_write or  http_sock_write, not sure which one to use to write my data to the Cloud. Thanks for your help.


From: [email protected] [mailto:[email protected]]
Sent: Tuesday, October 06, 2015 2:58 PM
To: [email protected]
Subject: RE: [rabbit-semi] Rabbit BL4S200


Henry,

What cloud provider are you considering for your data?  If you're using Digi Device Cloud (http://www.digi.com/products/cloud/digi-device-cloud), you'll find some sample code in Dynamic C 10.72's Samples/iDigi directory (iDigi was the old name for Digi Device Cloud).

Otherwise, take a look at samples in Samples/tcpip/http that #use "http_client.lib" (dyndns.c, http_client.c, http2fat.c, https_client.c and https_client_nb.c).  They'll show you how to use Dynamic C's HTTP Client Library to connect with a remote web server.  You can use HTTP GET or HTTP POST to submit data to CGI scripts on the remote server, which can store that data in some sort of database for later use.

-Tom


From: [email protected]<mailto:[email protected]> [mailto:[email protected]]
Sent: Friday, September 25, 2015 1:52 PM
To: [email protected]<mailto:[email protected]>
Subject: [rabbit-semi] Rabbit BL4S200


Hello,
I am using Rabbit SBC BL4S200 Rabbit Web to display my data on a Website, now I'd like to put my data to the Cloud but have no idea to do that, can someone give me idea and also sample codes. Thanks