CC3220SF Murano HTTP

Hi,

I have used the old CC3200 Exosite library before for One Platform Dashboard. Would it work also for Exosite Murano?

Regards,
Markel

It would not as is, it could be straight forward or if it wasn’t using encryption, then it would take a bit more time to use the proper CC3220 library for encrypted socket communication. The Murano Device HTTP API can be found here: Exosite Documentation - Exosite Documentation The main changes would be the unique domain url with the API for your IoT Connector, assuming it is set up for HTTP API, CIKs, and uses encryption. This is a fairly old library and I can’t say for sure if it is using encryption (HTTPS)
You could start with changing the urls.
CC3200CloudDemo/exosite.c at master · exosite-garage/CC3200CloudDemo · GitHub
CC3200CloudDemo/exosite_pal.c at master · exosite-garage/CC3200CloudDemo · GitHub

If you get it working, please feel free to submit a pull request back to that github library.

1 Like