Thanks for the suggestion sdjf. I`m also naive about networking... My group of PIs have to connect together even if they are out of range of a wireless router, and it is the best way to construct this stand-alone network that I am currently trying to discover. Once there is a wifi network available,...
Richard-TX wrote:Please post the contents of your /etc/network/interfaces file(s).
I don't have an /etc/network directory!
I have been using netctl for wifi setup so I do have /etc/netctl/wireless-wpa-static to connect a Pi to my main router, but this interface is disabled in the mesh tutorial
I want to construct a wireless network of Pis for environmental monitoring. One Pi will have a USB hard drive shared via Samba. It will act as a wireless access point (if that's the correct phrase) so that other Pis can connect and send regular report files. The access point Pi may also connect to t...
There are no abnormal pathnames as far as I know. I tested again with a brand new installation of Arch via NOOBS: login as root # pacman -Syu # pacman -S python # pacman -S python-pip (All OK so far...) # pip install watchdog And I get the same error. Perhaps Python Watchdog is just incompatible wit...
I am trying to install the Python Watchdog module so that my script can send keep-alive ticks to the PI's hardware watchdog. The command pip install watchdog gives this.. Downloading/unpacking watchdog Downloading watchdog-0.6.0.tar.gz (76kB): 76kB downloaded Running setup.py egg_info for package wa...