You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're entertaining using a Raspberry Pi based-device for some aspects of the Otolith work on the elephants for various reasons that are better captured in another issue or elsewhere. We do want to, however, have a quick and dirty way to check WiFi connectivity on the run tomorrow. Part of our plan is to run this command on another machine on the network while the pi is deployed:
We won't have a GPS track on the Pi but we will have a video recording so it is plausible that we could compare this with the ping record to get a sense of where there was connectivity.
It would be useful to have some scripts that process the ping record into something more useful in visualizing where there was connectivity so this issue is for tracking that effort.
The text was updated successfully, but these errors were encountered:
We're entertaining using a Raspberry Pi based-device for some aspects of the Otolith work on the elephants for various reasons that are better captured in another issue or elsewhere. We do want to, however, have a quick and dirty way to check WiFi connectivity on the run tomorrow. Part of our plan is to run this command on another machine on the network while the pi is deployed:
ping -i 60 IP_ADDRESS | ts "%Y %m %d %H:%M:%S" | tee ping_record.log
We won't have a GPS track on the Pi but we will have a video recording so it is plausible that we could compare this with the ping record to get a sense of where there was connectivity.
It would be useful to have some scripts that process the ping record into something more useful in visualizing where there was connectivity so this issue is for tracking that effort.
The text was updated successfully, but these errors were encountered: