tightvncserver
Use raspberrypi.local:5901
to connect.
ssh [email protected] #password: raspberry
Build the fadecandy server binary by following instructions in src/fadecandy/server/README.md
This can be done if you need to send Open Pixel Control data from Processing to the simulator on the host machine (rather than to the fcserver
running on the Raspberry Pi)
First, ensure the workstation has access enabled:
System Preferences | Sharing | Internet sharing
- enable Remote Login for ssh access
- enable internet sharing for RNDIS/Ethernet Gadget
Then establish the tunnel:
ssh -nNT -L 7890:localhost:7890 user@ip
[] autostart scripts on rpi [] connect to LED hardware on rpi [_] development workflow for animations on mac (emulator-based)