Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/lime-docs/files/www/docs/lime-example.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ config lime wifi
option adhoc_ssid 'LiMe' # SSID of the APs (nodes) when meshing in ad-hoc mode, i.e., the nodes form an IBSS. Not used when meshing in 802.11s (the default)
option adhoc_bssid 'ca:fe:00:c0:ff:ee'
option ieee80211s_mesh_fwding '0' # Settings needed only for 802.11s
option ieee80211s_mesh_nolearn '1' # Disable multi-hop mesh routing capabilities of 802.11s
option ieee80211s_mesh_id 'LiMe' # Mesh cloud identifier (close to SSID in concept). Used by the nodes to join and participate in the mesh network.
# option ieee80211s_encryption 'psk2/aes' # In order to use encrypted mesh, the wpad-mini package have to be replaced with wpad-mesh-wolfssl package
# either manually or by the selected network-profile
Expand Down
1 change: 1 addition & 0 deletions packages/lime-system/files/etc/config/lime-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ config lime wifi
option adhoc_bssid 'ca:fe:00:c0:ff:ee'
option apup_ssid 'LibreMesh.org'
option ieee80211s_mesh_fwding '0'
option ieee80211s_mesh_nolearn '1'
option ieee80211s_mesh_id 'LiMe'
option unstuck_interval '10'
option unstuck_timeout '300'
Expand Down