Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m1ari/ukhasnet-pinode
Rasperry Pi based node for http://ukhas.net/
https://github.com/m1ari/ukhasnet-pinode
Last synced: about 1 month ago
JSON representation
Rasperry Pi based node for http://ukhas.net/
- Host: GitHub
- URL: https://github.com/m1ari/ukhasnet-pinode
- Owner: m1ari
- Created: 2015-08-05T22:15:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-09T13:01:10.000Z (about 8 years ago)
- Last Synced: 2023-08-03T13:14:29.266Z (over 1 year ago)
- Language: C
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Basic Pi based node for the [UKHASnet](http://ukhas.net) network using a RFM69.
## Installation
You will probably need the following packages to compile the code* To use JSON based config
* for wheezy based distributions use `sudo apt-get install libjansson libjansson-dev`
* on jessie you need to use `sudo apt-get install libjansson4 libjansson-dev` instead* To upload to the UKHASnet server (Act as a gateway node)
```
sudo apt-get install libcurl4-openssl-dev
```At present both are required but a later release may allow building without some options (most code is already in place to replace the JSON config with #defines)
On Raspbian you will need to enable the SPI kernel driver in raspi-config for this to work