Raspberry PI Mesh weblinks

USING YOUR NEW RASPBERRY PI 3 AS A WIFI ACCESS POINT WITH HOSTAPD


https://frillip.com/using-your-raspberry-pi-3-as-a-wifi-access-point-with-hostapd/

Ad-Hoc Network + Raspberry Pi

https://classes.engineering.wustl.edu/ese205/core/index.php?title=Ad-Hoc_Network_%2B_Raspberry_Pi


Wi-Fi Basics Weblinks

https://www.electronics-notes.com/articles/connectivity/wifi-ieee-802-11/what-is-wifi.php
http://www.revolutionwifi.net/revolutionwifi/2013/03/80211ac-channel-planning.html

Wi-Fi Raspberry Pi create Ad-hoc network

https://neelquestforlearning.blogspot.com/2019/06/how-to-create-adhoc-networks-using.html?_sm_au_=iQHf7w5TH77Ws73r

Mesh Raspberry Pi Git HUB

https://github.com/suiluj/pi-adhoc-mqtt-cluster/wiki
https://mjuenema.github.io/80211s_wireless_mesh/


How to find out whether the Wi-Fi Hardware on Pi supports 80211s or Mesh ?

https://github.com/phillymesh/802.11s-adapters   (List of adapters that support Mesh)

How to configure Raspberry pi  wireless Mesh network

https://classes.engineering.wustl.edu/ese205/core/index.php?title=Ad-Hoc_Network_%2B_Raspberry_Pi

https://raspberrypi.stackexchange.com/questions/49660/ad-hoc-setup-in-rpi-3

https://hackaday.com/2012/11/14/mesh-networking-with-multiple-raspberry-pi-boards/

http://scalabilly.com/2015/08/mesh-ad-hoc-network-on-multiple-raspberry-pis/      (good site)

https://www.reddit.com/r/raspberry_pi/comments/8sd7no/raspberry_pi_mesh_network_with_at_least_one_super/

https://tomesh.net/build-a-node/

http://www.techinterchange.com.au/howto-setup-raspberry-pi-3-with-mesh-wireless-networking-using-b-a-t-m-a-n/

How to check whether mesh is supported in the Raspberry Pi Hardware ? 

For mesh, we need to check the capability of hardware(wifi chip) and its wlan driver. Wifi driver has to support that mesh point support. I hope in Raspberry Pi, it has Broadcom wifi driver i.e brcmfmac(broadcom fullmac). In fullmac there is no mac80211 implementation. MLME(MAC sub Layer Management Entity) is implemented in software i.e mac80211. Even 802.11simplementation is in mac80211. since you are using the Raspberry Pi which has brcmfmac driver, can't support 802.11s.