-
APIs & Services
-
CAN Bus
-
Modbus
-
CANopen
-
Hello World
-
GPS
-
Secure Storage
-
Platform info binding
-
Spawn Binding
-
Secure Gate Oidc
-
Redpak Binding
-
WiFi Binding
Installation
From package
You can run the same command on a target runing a redpesk OS or in the SDK container (development mode).
dnf install canbus-binding
From sources
When developing inside the SDK container, to install the build dependencies, run the following command:
dnf builddep canbus-binding
Then clone and build from sources.
git clone https://github.com/redpesk-common/canbus-binding.git
cd canbus-binding
mkdir build
cd build
cmake ..
make -j
Note: To rebuild all (including application framework) from sources, please refer to this chapter.