Difference between revisions of "Mesh/Firmware/Web Admin Development"

Jump to navigation Jump to search
Line 11: Line 11:
Documentation related to the Luci project can be found at:
Documentation related to the Luci project can be found at:


[http://luci.subsignal.org/trac/wiki/Documentation | Luci Documentation]
[http://luci.subsignal.org/trac/wiki/Documentation Luci Documentation]


Its a MVC framework, and files are separated into controller/ model/ and view/
Its a MVC framework, and files are separated into controller/ model/ and view/
Line 17: Line 17:
There's a fairly similar package that we can probably take some cues from:
There's a fairly similar package that we can probably take some cues from:


[https://github.com/openwrt-routing/packages/tree/master/luci-app-bmx6 | bmx6 Luci Package]
[https://github.com/openwrt-routing/packages/tree/master/luci-app-bmx6 bmx6 Luci Package]

Navigation menu