Skip to content

profile-LibremeshTestBed-outdoor_sectorial_singleband

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 signature

lime-community

config lime system
	option deferrable_reboot_uptime_s '654321' # reboot every 7.5 days 

config lime wifi		
	option country 'KR'	
	option ap_ssid 'PSP'
	option apname_ssid 'PSP/%H'
	option ieee80211s_mesh_id 'LiMe'

config lime-wifi-band '2ghz' 
	option channel '13'
	option htmode 'HT40'
	list modes 'ap'	
	list modes 'apname'
	list modes 'ieee80211s'
	option distance '300'

config lime-wifi-band '5ghz'
	option channel '157'
	option htmode 'VHT80'
	list modes 'ieee80211s'
	option distance '1000'

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