Difference between revisions of "Mesh/Firmware/Web Admin Development"
Jump to navigation
Jump to search
(Created page with "== Web Admin Development == See [Mesh/Firmware Firmware Wants] for a description of what we're hoping to be able to implement with our web admin page. === Luci === Luci is ...") |
(No difference)
|
Revision as of 19:15, 15 August 2013
Web Admin Development
See [Mesh/Firmware Firmware Wants] for a description of what we're hoping to be able to implement with our web admin page.
Luci
Luci is the web admin framework that OpenWrt ships with and seems to be a popular choice among other projects. It is written in Lua, which is a sort of procedural language that's kind of a mix between javascript and ruby (??).
All of the Luci code is contained on the router in /usr/lib/lua/luci
Documentation related to the Luci project can be found at: