Justyn Bell [2013-08-19 10:45:59]:
> Firstly, I've read through the documentation here:
> http://wiki.openwrt.org/doc/uci. It says "UCI is also editable through
> various programming APIs (like Shell, Lua and C)." Where can I find
> these APIs? Specifically the C UCI API.
It's in libuci
Hello all.
I'm developing a custom package that I would like to interface with
UCI. That is, I would like to have a config file in /etc/config/ that
configures my custom package which can be changed via the command line,
LuCI, or a C application.
Firstly, I've read through the documentation