%+header%>
About qMp
- QMP is firmware for embedded network devices based on OpenWRT GNU/linux operating system
- It provides an easy way to set up networks using MESH it doesn't matter your they are either wired or WiFi or a mix of both
- It is a fast and reliable way to extend an Internet uplink to end-users
Visit our web page for more information: http://qmp.cat
About this device
Hostname: <%=hostname%>
System: <%=uname%>
Version: <%=string.sub(version,2,-3)%>
IPv4 addresses
<% for i,v in ipairs(ipv4) do %>
- <%=v%>
<% end %>
<%+footer%>