| 1 | = Getting source = |
| 2 | |
| 3 | == PACPUS framework == |
| 4 | |
| 5 | You can refer to the GettingStarted page to know how to build and install the pacpus framework. It is not advised but if you want to get all the versions of the framework, the SVN URL is https://devel.hds.utc.fr/svn/pacpusframework/ |
| 6 | |
| 7 | == Development process of the framework == |
| 8 | |
| 9 | The SVN repos is organized as follow: |
| 10 | |
| 11 | {{{ |
| 12 | pacpusframework |
| 13 | ├── branches contains the A.B.x versions that are used to generate tags (stable and deprecated versions) |
| 14 | ├── tags contains the releases, for example version 0.2.3 coming from branches/0.2.x folder |
| 15 | └── trunk unstable: contains the master of the development |
| 16 | }}} |
| 17 | |
| 18 | |
| 19 | Compatibility matrix of the different versions: |
| 20 | |
| 21 | |
| 22 | |
| 23 | 0.0.x |
| 24 | 0.1.x |
| 25 | 0.2.x |
| 26 | |
| 27 | Check the tags folder to get the last version of each |
| 28 | |
| 29 | |
| 30 | == PACPUS plugins == |
| 31 | |
| 32 | === sensors plugins === |
| 33 | |
| 34 | === hmi plugins === |