iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

Create C++ Wrapper for Arduino #21

Closed iondbproject closed 8 years ago

iondbproject commented 8 years ago

Currently, working with IonDB "feels like" a C library. Write a C++ wrapper that simplifies the usage of IonDB to bring it more in line with how a typical Arduino library is used. The goal is to remove burden from the user and free them from tasks such as having to manually malloc memory for keys and values.

Stickerpants commented 8 years ago

Good progress is being made on this by @danaack, see ref 2179de5a1733114a8546a3e1282a7b0f41aa9c0e

Stickerpants commented 8 years ago

Task has been done and merged into development.