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

pull/1/head
ben 1 year ago
parent c7238ae261
commit d57300954c

@ -5,6 +5,10 @@ local sys = require "luci.sys"
local uci = require "luci.model.uci".cursor() local uci = require "luci.model.uci".cursor()
m = Map("easymesh") 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() function detect_Node()
local data = {} local data = {}

Loading…
Cancel
Save