-
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:
-
text/html: HTML application, start a graphical client, content.src designates the home page of the application (don’t use it)
-
application/vnd.agl.native AGL compatible native, content.src designates the relative path of the binary.
-
application/vnd.agl.service: AGL 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