[Berlin-wireless] Luci Map in backfire 10.03.1-rc1
Rolf Pfeiffer
ropf
Do Aug 19 08:39:15 CEST 2010
Die reine Abfrage nach nameservice-plugin und latlonfile aus der
frame.htm funktioniert wuderbar:
--test.lua
local has_latlon = false
local uci = require "luci.model.uci".cursor()
uci:foreach("olsrd", "LoadPlugin", function(s)
if s.library == "olsrd_nameservice.so.0.3" and s.latlon_file then
has_latlon = true
print ("library: ", s.library)
print ("latlonfile: ", s.latlon_file)
end
end)
root at 104-88-88-88:/tmp# lua test.lua
library: olsrd_nameservice.so.0.3
latlonfile: /var/run/latlon.js
Aber bei dem Zusammenspiel zw. Script und Webserver blicke ich nicht
durch.
Rolf
Mehr Informationen über die Mailingliste Berlin