RE: Rabbit BL4S200
"'Tom Collins' tom-lnEA/wrDJtNWk0Htik3J/[email protected] [rabbit-semi]" <[email protected]> Tue, 6 Oct 2015 11:58:19 -0700
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
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]] Sent: Friday, September 25, 2015 1:52 PM To: [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