Doodle3D / doodle3d-client

The Doodle3D web interface that people can access on computers or tablets to draw doodles and control the Doodle3D WiFi box.
www.doodle3d.com
GNU General Public License v2.0
3 stars 8 forks source link

Platform independent configuration storage #252

Open peteruithoven opened 10 years ago

peteruithoven commented 10 years ago

Currently we use UCI to store our configuration, in OpenWRT this makes sense since this is the default and it's already there. But wanting to make Doodle3D independent of OpenWRT we'll need to find a platform independent way to store configuration or find away to use UCI on other platforms.

Using UCI standalone: https://forum.openwrt.org/viewtopic.php?id=15243

peteruithoven commented 10 years ago

Info on using UCI outside of OpenWRT: http://wiki.openwrt.org/doc/techref/uci#usage.outside.of.openwrt http://www.wakoond.hu/2013/06/using-uci-on-ubuntu.html (at least the part of libubox) https://forum.openwrt.org/viewtopic.php?pid=183335#p183335 https://forum.openwrt.org/viewtopic.php?id=15243

peteruithoven commented 10 years ago

Using the above instructions I'm able to run uci on OS X.