hologram-io / hologram-python

Hologram device-side Python SDK - Send messages to the cloud in just 3 lines of code!
https://hologram.io/
MIT License
89 stars 47 forks source link

Basic C++ API Wrapper #10

Closed eiWare closed 4 years ago

eiWare commented 6 years ago

I added a basic C++ API Wrapper to the python hologramcloud class to make it accessible and usable in C++. It implements all functions to create basic messaging between the hologram cloud and the device

C++ Wrapper is commented.

DomAmato commented 4 years ago

I realize this is a year later but this feels like it should be its own repo. This is supposed to be the python sdk and maintaining another language in this repo, especially for something none of the maintainers had any hand it writing, will only make it harder to keep up to date in the future.

There is also this if you want to use C++ https://github.com/HologramEducation/hologram-cpp