Code: Select all
sudo apt-get install python-twistedCode: Select all
sudo pip install twistedCode: Select all
twistd -n web -p 8000 --path .Code: Select all
gpio readallIt's a discovery of the week for meDougieLawson wrote:The interactive option: http://pi.gadgetoid.com/pinout which is what I use all the time.
I'll usually use BOARD numbers as they're countable when I'm staring at my RPis.
Code: Select all
GPIO.setmode(GPIO.BOARD)You don't need to create "cluster" to do it. Actually I also have plans to build cluster but just for funHeater wrote: Drive 96 USB ports. Or collect images from 24 cameras. Or drive a 24 screen video wall. Or heck, provide 24 UARTs.
Sure it is http://compression.ca/pbzip2/ It uses 100% of all cores during compression and decompression. On RPi2 compression is 3 times faster than standard bzip and decompression almost 4 times faster.AndyD wrote:Thanks for the tip. I wonder if there is a parallel implementation of bzip2.