profile-LibremeshTestBed-indoor_omnidirectional_dualband
Mesh and AP for Test Bed LibreMesh 2024 indoor omnidirectional dual band nodes
Makefile
include $(TOPDIR)/rules.mk
PROFILE_DESCRIPTION:=Mesh and AP for Test Bed LibreMesh 2024 indoor omnidirectional dual band nodes
PROFILE_DEPENDS:=+lime-docs-minimal \
+deferrable-reboot \
+lime-debug \
+lime-app \
+lime-hwd-openwrt-wan \
+lime-proto-anygw \
+lime-proto-babeld \
+lime-proto-batadv \
+shared-state \
+shared-state-babeld_hosts \
+shared-state-bat_hosts \
+shared-state-nodes_and_links \
+babeld-auto-gw-mode \
+batctl-default \
+check-date-http \
+lime-docs \
+lime-hwd-ground-routing \
+lime-debug
include ../../profile.mk
# call BuildPackage - OpenWrt buildroot signaturelime-community
config lime system
option deferrable_reboot_uptime_s '654321' # reboot every 7.5 days
config lime network
option main_ipv4_address '10.1.128.0/16/17'
option anygw_dhcp_start '2562'
option anygw_dhcp_limit '30205'
option batadv_orig_interval '5000'
config lime wifi
option country 'BR'
option ap_ssid 'LibremeshTestBed'
option apname_ssid 'LibremeshTestBed/%H'
option ieee80211s_mesh_id 'libremesh'
config lime-wifi-band '2ghz'
option channel '10'
list modes 'ap'
list modes 'apname'
option distance '100'
config lime-wifi-band '5ghz'
option channel '52'
option htmode 'VHT80'
list modes 'ap'
list modes 'apname'
option distance '100'
config net lan1onlymesh
option linux_name 'lan1'
#list protocols lan # we want all the protocols but LAN, as this ethernet port will be used for meshing, not for clients access
list protocols anygw
list protocols batadv:%N1
list protocols babeld:17
config net lan2onlymesh
option linux_name 'lan2'
#list protocols lan # we want all the protocols but LAN, as this ethernet port will be used for meshing, not for clients access
list protocols anygw
list protocols batadv:%N1
list protocols babeld:17
config generic_uci_config
list uci_set 'wireless.radio0.beacon_int=50'
list uci_set 'wireless.radio1.beacon_int=50'