Project space to work on the LED-array for the Loooooove Bus!
- Install Node.js
Linux/Mac/Windows instructions
- Create the dependencies -
npm install
- Run the node viewer -
node viewer.js
- In a separate terminal, run a visualizer -
node plasma.js
- Open a web browser and test the visualization! http://localhost:3000
"(Note: Replace localhost with whatever IP your terminal or vm is open to)"
To get this to run on MacOS, execute the following commands:
sudo sysctl net.inet.udp.maxdgram=32768
sudo sysctl net.inet.raw.maxdgram=32768