-
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
- How to write a binding version 3
- Migration from v3 to v4 guide
- Bindings Version 3 References
-
Application Framework
-
Binder's client tool
-
Using the CMAKE Applications Module
-
Controller Guides
-
AFB Helper Guide
-
Monitoring
Known content types
The configuration file /etc/afm/afm-unit.conf defines how to create systemd units for packages.
Known types for the type of content are:
-
application/vnd.redpesk.native repesk compatible native, content.src designates the relative path of the binary.
-
application/vnd.redpesk.service: repesk service, content.src is not used but must exist.
-
application/x-executable: Native application, content.src designates the relative path of the binary. For such application, only security setup is made.
-
application/vnd.redpesk.resource: Resource, not an application. content.src is not used but must exist.
-
application/vnd.redpesk.httpd: HTTP server only, content.src must exist but is not used
-
application/vnd.agl.native LEGACY, synonym of application/vnd.redpesk.native
-
application/vnd.agl.service: LEGACY, synonym of application/vnd.redpesk.service