Communications with Dweet, Web based data sharing, BL2100
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
I would like to establish a link to a data sharing site like Dweet.IO. I have built a prototype around an Arduino platform (which works). Now I would like to move it into a BL2100. It will require access to the Internet and be able to send HTTP request (GET) like below. Here is what Dweet recommends: To dweet from your thing, simply call a URL like: https://dweet.io/dweet/for/my-thing-name?hello=world https://dweet.io/dweet/for/my-thing-name?hello=world Just replace my-thing-name with a unique name. That's it! Any query parameters you add to the request will be added as key-value pairs to the content of the dweet. For example: https://dweet.io/dweet/for/my-thing-name?hello=world&foo=bar https://dweet.io/dweet/for/my-thing-name?hello=world&foo=bar The key-value pairs are my data values. I can read this by using Freeboard.io as a data retrievel site. This will ultimately be used for remote data monitoring. Any suggestions would be appreciated. I have Dynamic C 9.62. There may be a sample to get me started. Thanks, David