Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carbonfive/circuit-lab
Circuit Lab! Fun with LEDs and BeagleBones...
https://github.com/carbonfive/circuit-lab
Last synced: about 1 month ago
JSON representation
Circuit Lab! Fun with LEDs and BeagleBones...
- Host: GitHub
- URL: https://github.com/carbonfive/circuit-lab
- Owner: carbonfive
- Created: 2013-09-18T06:59:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-19T21:29:49.000Z (over 11 years ago)
- Last Synced: 2024-04-15T12:18:27.151Z (9 months ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 1
- Watchers: 74
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Carbon Five Circuit Lab
### BeagleBone Black setup (with default Angstrom distribution)
#### Set the date (otherwise SSL can fail)
ntpdate time.apple.com#### Change the time zone
cd /etc
rm ./localtime
ln -s /usr/share/zoneinfo/America/Los_Angeles ./localtime#### Install gtk and the python compiler
opkg install gtk+-dev
opkg install python-compiler#### Get code and boot server
git clone [email protected]:carbonfive/circuit-lab.git
cd circuit-lab
npm install
node server.jsNote, if you run into SSL issues, try setting the time:
ntpdate -b -s -u 0.us.pool.ntp.org