-
Hello world
-
APIs & Services
- Available services
- Message signaling
- Rust Binding
- CAN Bus
- CANopen
- GPS
- Modbus
- Secure Storage
- Platform info binding
- Secure Gate Oidc
- Redpak Binding
- Spawn Binding
- WiFi Binding
-
CAN Bus
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 wifiap-binding
From sources
When developing inside the SDK container, to install the build dependencies, run the following command:
dnf builddep wifiap-binding
Then clone and build from sources.
git clone https://github.com/redpesk-common/wifiap-binding.git
cd wifiap-binding
mkdir build
cd build
cmake ..
make
Note: To rebuild all (including application framework) from sources, please refer to this chapter.