OK so I've been writing an application for my BBB under Debian in C++ ( 
with the odd bit of C ) as a way of learning linux programming and C++ 
programming. The idea was to replicate something I've built using a 
Particle Photon and their SDK for the iPhone app. I currently cross compile 
my code on my OSX machine using eclipse and a cross compiler I found and 
that works fine so far. 

I'm interested in the IoT and so thought it would be a good exercise to add 
the capability to the C++ project. So I've picked temperature to start with 
as one of the things my Particle Photon application does to share over the 
internet and then be integrated into an iOS app to read the temperature. 

So the Linux app to read temperature and control some outputs went well, 
but now I'm struggling with the IoT part of it. What I need is a cloud and 
SDK's on both the Linux side and the iOS side to connect the two together. 

Firstly I've found the Amazon AWS IoT which looks to be a good starting 
point, but I can't build the SDK. There's almost no documentation to help 
other than a help file which doesn't help much. It all seems to be focussed 
on Java, Nodejs, and then if you want C you're on your own getting a 
working implementation. 

Has anyone else used the Amazon AWS IoT that has got it working?

Alternatively does anyone have any suggestions for a platform that does 
work under linux in c/c++ for the device side and iOS on the client side 
with some kind of cloud in between?



-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to