-
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
Installation
Rebuilding from source
Install Dependencies
- Add the redpesk repository to your system. For detailed instructions, refer to the redpesk documentation.
For example, if you are using Fedora:
sudo dnf in cmake gcc g++ afb-cmake-modules json-c-devel afb-binding-devel libdb-devel findutils procps-ng
Build for Linux distribution
cd secure-storage-binding
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=COVERAGE -DSECSTOREADMIN=ON ..
make
After running make, the .so file will be generated in the build/secstorage directory :
~/secure-storage-binding/build$ tree -L 2
...
├── secstorage
│ ├── afb-service-secure-storage.so
│ ├── CMakeFiles
│ ├── cmake_install.cmake
│ └── Makefile
...
42 directories, 23 files