This Guide describes how to create/update a Coronis SDK Profile libraries.
Remain:The main objective of these libraries is to offer a list of method to encode or decode application payload exchanged with a device.
For each profile, these methods must be accessible through an API (Profile API)
Because application payload are always constructed in the same way (succession of data store on one are many bytes), and because writing methods to encode and decode payload is very repetitive, long, and an important source of errors, profile source code is not coded manualy, but automaticaly with source code generators.
Profile are generated using a profile modelization.
These modelization is made in Eclipse framework environment using specific plugins.