Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjkelly/mraa.jl
Low Level Skeleton Library for Communication on GNU/Linux platforms for Julia
https://github.com/sjkelly/mraa.jl
Last synced: about 11 hours ago
JSON representation
Low Level Skeleton Library for Communication on GNU/Linux platforms for Julia
- Host: GitHub
- URL: https://github.com/sjkelly/mraa.jl
- Owner: sjkelly
- License: other
- Created: 2015-02-23T18:25:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T04:11:05.000Z (over 8 years ago)
- Last Synced: 2025-01-20T02:04:02.149Z (1 day ago)
- Language: Julia
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# mraa
[![Build Status](https://travis-ci.org/sjkelly/mraa.jl.svg?branch=master)](https://travis-ci.org/sjkelly/mraa.jl)
## Installing Jupyter and mraa on Edison with ubilinux
Add Wheezy backports to `/etc/apt/sources.list`:
`deb http://http.debian.net/debian wheezy-backports main contrib non-free`
We need backports for the latest ZMQ.
Then:
`apt-get update`
`apt-get install libzmq3 libzmq3-dev`
`apt-get install python-pip`
`pip install pyzmq tornado jinja` probably forgetting a few.