How can I build a Pi network?
Posted: Sun Sep 25, 2016 1:59 pm
Hello,
I'm looking for a little bit of advice, networking isn't my strong point but here's a basic idea of what I'm trying to achieve.
Assume the following is a floor plan:

http://i.imgur.com/nKLZEGl.png
I want to have a 'Controller Pi' and then the other nodes will only be accessible via the scope of commands executed by the Controller Pi.
So, effectively the Nodes will only be accessible to the Controller Pi and I would connect the Controller Pi allowing me to then be able to execute commands on the other Nodes.
Node 1 blinks an LED.
Ideally this would also be wireless, but only via a local network not necessarily internet connected (if possible).
Thanks for any advice!
I'm looking for a little bit of advice, networking isn't my strong point but here's a basic idea of what I'm trying to achieve.
Assume the following is a floor plan:

http://i.imgur.com/nKLZEGl.png
I want to have a 'Controller Pi' and then the other nodes will only be accessible via the scope of commands executed by the Controller Pi.
So, effectively the Nodes will only be accessible to the Controller Pi and I would connect the Controller Pi allowing me to then be able to execute commands on the other Nodes.
Code: Select all
Connect to 'Controller Pi' -> Execute blink.py as node-1Ideally this would also be wireless, but only via a local network not necessarily internet connected (if possible).
Thanks for any advice!