-
Developer Guides Overview
-
Application Framework Bindings
-
Application Framework Bindings C
- Using the data
- How to write a binding version 4
- Developping bindings on a desktop
- Bindings Version 4 References
- Description of verb info
- How to write a binding version 3
- Migration from v3 to v4 guide
- Bindings Version 3 References
-
Application Framework
-
Binder's client tool
-
AFB Helper Guide
-
Monitoring
Usage
Installation
You can run the same command on a target runing a redpesk OS or in the SDK container (development mode).
dnf install afb-libhelpers-devel
Add the afb-helpers as a static library to your binding
In your config.cmake file, add a dependency to the controller library, i.e:
set(PKG_REQUIRED_LIST
json-c
afb-binding
afb-libhelpers --> this is the afb-helpers library dependency name.
)
Or you can also use the FIND_PACKAGE