On Sun, 22 Feb 2015 13:10:25 -0500
russ lyttle <lyttlec at gmail.com> wrote:

> Contiki-os sounds interesting, especially if it can be adapted to run
> sqlite3 on an Arduino UNO or MEGA (with attached SD card). Has anyone
> attempted such a thing?
> 
> The "natural" language for the Raspberry PI is Python. For Arduino it
> is C++. I've confirmed that both PERL and Python drop too many
> messages when using my naif DB with sqlite3, R-PI model A, and Digi
> xbee s2 radios.

Sqlite3 under contiki-os works, but (a big BUT) it must be a sqlite3 bare-bones 
-Os compilation, omitting all advanced features (threading, fts, extensions, 
foreign keys, etc...). You need to create a vfs too.

---   ---
Eduardo Morras <emorrasg at yahoo.es>

Reply via email to