= PACPUS framework = == Getting source == 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/ == Development process of the framework == The SVN repos is organized as follow: {{{ pacpusframework ├── branches contains the A.B.x versions that are used to generate tags (stable and deprecated versions) ├── tags contains the releases, for example version 0.2.3 coming from branches/0.2.x folder └── trunk unstable: contains the master of the development }}} Compatibility matrix of the different versions: || branch || Linux Mint 17.2 || Windows 7/10 VS2012 || || 0.0.x || ? || ? || || 0.1.x || ? || ? || || 0.2.x || OK || OK || Check the tags folder to get the last version for each branch. = PACPUS plugins = == Sensors plugins == The SVN repos is the following: https://devel.hds.utc.fr/svn/pacpussensors/ == HMI plugins == The SVN repos is the following: https://devel.hds.utc.fr/svn/pacpushmi/