Update 'luasrc/model/cbi/easymesh.lua'

pull/1/head
ben 1 year ago
parent d57300954c
commit 57a9aa88fe

@ -4,10 +4,11 @@ local m,s,o
local sys = require "luci.sys"
local uci = require "luci.model.uci".cursor()
m = Map("easymesh")
translate("PrivateRouter Easy Mesh"),
translate("Batman-adv (Better Approach To Mobile Adhoc Networking - Advanced) is a protocol used for wireless mesh networking, allowing for the creation of a robust, decentralized, and scalable network that can be leveraged by apps to facilitate seamless communication between devices in environments where a traditional network infrastructure may be unfeasible.")
.. "<br/>".. translate("Official website:") .. ' <a href=\"https://www.open-mesh.org/projects/batman-adv/wiki\" target=\"_blank\">https://www.open-mesh.org/projects/batman-adv/wiki</a>')
m = Map("easymesh",
translate("PrivateRouter Easy Mesh"),
translate("Batman-adv (Better Approach To Mobile Adhoc Networking - Advanced) is a protocol used for wireless mesh networking, allowing for the creation of a robust, decentralized, and scalable network that can be leveraged by apps to facilitate seamless communication between devices in environments where a traditional network infrastructure may be unfeasible.")
.. "<br/>" .. translate("Official website:") .. ' <a href="https://www.open-mesh.org/projects/batman-adv/wiki" target="_blank">https://www.open-mesh.org/projects/batman-adv/wiki</a>'
)
function detect_Node()

Loading…
Cancel
Save