Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 755 Bytes

File metadata and controls

26 lines (17 loc) · 755 Bytes

LED-array

Project space to work on the LED-array for the Loooooove Bus!

  1. Install Node.js

Linux/Mac/Windows instructions

Alt Windows Guide

  1. Create the dependencies -
    npm install
  2. Run the node viewer -
    node viewer.js
  3. In a separate terminal, run a visualizer -
    node plasma.js
  4. Open a web browser and test the visualization! http://localhost:3000

"(Note: Replace localhost with whatever IP your terminal or vm is open to)"

MacOS

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