sedona
sedona copied to clipboard
The Sedona Framework for building smart, networked embedded devices easier.
Is there a community port of the SVM that can run on the ESP32? I know it's possible since easyio uses an esp module in their FT-04 controller. Can someone...
Using the Ubuntu Dockerfile and following the instructions[ here:](https://github.com/linsong/sedona/blob/master/tools/README.md) I managed to get to the last line with the container up an running but I can't run makedev in Ubuntu...
Seems the [API docs](https://linsong.github.io/sedona/site/api/api/) are broken in the new site. By default, the `/adm/makedoc.py` generates api docs in `build/doc/api` folder. If the `/doc` folder is setup as mkdocs home directory,...
resume of PR "sys improvements" #36
A weblet instance can be run multiple times at the same time, so payload can not be stored in weblet instance for potential concurrency issue. to fix the issue, precreate...
WebSocket can make data communication between sedona and HTTP client(event non HTTP client) faster, that will make dashboard like application to present sedona data on UI and send control command...
since android device is so popular now, running sedona on android device will be pretty helpful.
This task will implement Haystack sedona kit. I think maybe we should split it into several tasks. More details about Haystack: http://project-haystack.org/ Open source implementations: - Java: https://bitbucket.org/brianfrank/haystack-java/src (Brian Frank,...
In almost every decent kit, there will be some methods for string processing: endsWith, startsWith, appendStr and more. It's better to make a string utility kit to collect all these...