Title: Pinging all Pis and the necessity of a wifi adapter
Author: Patrick Naughton
Date: 2/4/2018
Hours: 2
Working a little bit out of order but experimented to see how we can ping all Pi's on the LAN efficiently. It appears that using an nmap package (https://www.raspberrypi.org/documentation/remote-access/ip-address.md) might work.
Given the above information, it might be wise to reorder our Gantt chart to make sure we can ping multiple Pi's on the same network before we start trying to send specific information to ensure that our solution is scaleable.
Installed babeld package and found out that there is very little support for it. Likely will not use.
Discovered that the Raspberry Pi's built in WiFi only can support 2.4 GHz (https://liliputing.com/2016/02/raspberry-pi-3-to-feature-on-board-wifi-bluetooth.html), meaning that if we want to be more accurate (adhere more closely to the 802.11p protocol), we should buy an adapter that supports 5 GHz. Will discuss in meeting
Next Steps:
- Install nmaps and see how well it works
- Set up a mesh network with another Pi to ensure that we can broadcast more than one way
Challenges:
- Debugging nmaps
- Minimizing time taken to ping everything.