Raspberry pi embedded sources of nimbus
Follow these steps to install the latest stable version of nimbus userland
- update to bleeding edge kernel (
sudo rpi-update
) - add nimbus apt repository
- add line
deb http://apt.pieye.org/debian/ nimbus-stable main
to /etc/apt/sources.list wget -O - -q http://apt.pieye.org/apt.pieye.org.gpg.key | sudo apt-key add -
sudo apt-get update
- add line
- add line
dtoverlay=irs1125
to /boot/config.txt sudo apt-get install nimbus-server
orsudo apt-get install libnimbus-dev
- enable i2c
sudo raspi-config
->5 Interfacing Options
->P5 I2C
- reboot the device
Markus Proeller
See also the list of contributors who participated in this project.
This project is licensed under the GPLv3 License - see the LICENSE file for details
We use the following 3rd party libraries:
- JSON rpc server/client (MIT license), see https://github.com/cinemast/libjson-rpc-cpp
- catch2 (Boost Software License 1.0), see https://github.com/catchorg/Catch2
- libcurl, see https://curl.haxx.se/libcurl/ (copyright: https://curl.haxx.se/docs/copyright.html)
- libmicrohttpd (GNU LGPL v2.1), see https://www.gnu.org/software/libmicrohttpd/
- libjsoncpp, see https://github.com/open-source-parsers/jsoncpp (license: https://github.com/open-source-parsers/jsoncpp/blob/master/LICENSE)
- libargtable (GNU Library General Public License (LGPL)), see http://argtable.sourceforge.net/
- libhiredis (BSD 3-Clause "New" or "Revised" License), see https://github.com/redis/hiredis
- g3log (The Unlicense), see https://github.com/KjellKod/g3log
- gtest (BSD 3-Clause "New" or "Revised" License), see https://github.com/google/googletest
- openCL, see https://www.khronos.org/opencl/ (license: https://github.com/KhronosGroup/OpenCL-Headers/blob/master/LICENSE)
- simpleWebsocketServer (MIT license), see https://gitlab.com/eidheim/Simple-WebSocket-Server
- ThreadPool (zlib license) https://github.com/progschj/ThreadPool