-
APIs & Services
-
CAN Bus
-
Modbus
-
CANopen
-
Signal Composer
-
Signal composer plugins demo
-
Redis tsdb
-
Hello World
-
GPS
-
Cloud Publication Binding
-
Secure Storage
-
Platform info binding
-
Spawn Binding
-
Secure Gate Oidc
-
Redpak Binding
-
WiFi Binding
Redpak-binding installation
Using distribution packager manager
Add the Redpesk repository into your packager manager following this link:
dnf install redpak-binding
Building from sources
Install dependencies
Building tools
- gcc
- g++
- make
- cmake
- afb-cmake-modules
- red-pak
Then the following dependencies:
- json-c
- afb-binding
Fedora/OpenSuse:
dnf install gcc-c++ make cmake afb-cmake-modules json-c-devel afb-binding-devel red-pak
Note Because redpak can only be using on RedHat distribution with rpm management, this binding can be used and build ony on sames distributions. So, no availability on debian/ubuntu distributions.
build
git clone https://github.com/redpesk-labs/redpak-binding
cd redpak-binding
export WORK_DIR="${PWD}"
mkdir build
cd build
cmake ..
make