Re: Rabbit BL4S200
"Tom Collins tom-lnEA/wrDJtNWk0Htik3J/[email protected] [rabbit-semi]" <[email protected]> Wed, 7 Oct 2015 16:41:11 -0700
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
Which Amazon service are you planning to use, and how much data are you pushing into it? I'm not familiar with all of their offerings, but many seem geared toward "big data". Are you using their SimpleDB service? Or the Amazon Cloud Drive? Looking at the RESTful API for Amazon Cloud Drive (https://developer.amazon.com/public/apis/experience/cloud-drive/content/restful-api-getting-started), I would say you could make use of the HTTPS Client code on the Rabbit. Take a look at those samples as a starting point. The "dyndns.c" sample shows API requests to dyndns.org to update the IP address for a dynamic hostname. That client code provides a nicer API layer for your program that you would get with sock_write. The http_sock_write() function is probably used by the Rabbit's HTTP Server. -Tom On Oct 7, 2015, at 6:52 AM, 'Huynh, Henry' [email protected] [rabbit-semi] wrote: > 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. > >