Software sources
The Meditech software has been divided into packages everyone related to a specific context. Every package will be included in a separate repository folder following its own lifetime and in the meantime it is accessible from a unique Git entry point on GitHub. that is the user alicemirror.
The first setup repository, also used here as example is the chipkit_serial_pi To access the software sources you can download the repo from GitHub at the following address: https://github.com/alicemirror/chipkit_serial_pi or, alternatively, cloning the repository with the command
git clone https://github.com/alicemirror/chipkit_serial_pi.git
At the actual date third party software used in the sources are open source with the license explicitly declared in the sources. The Meditech sources are distributed with the Apache license but this choice maybe subject to changes in the future as a definitive licensing system has not yet been adopted.
Software documentation
To keep the sources documentation always updated with the sources every package has its own documentation automatically created with Doxygen in two formats: html and pdf. And example of the pdf documentation can be downloaded at the bottom.
The advantage using Doxygen to generate in-line documentation is to have an always updated program and documentation with a minimum effort. In addition to the usual software documentation (doxygen-encoded) some sources also includes in the header comment documentation pages referred to some special feature or behaviour of the program.
The html documentation is updated every new version of the software and is published on the site http://meditech.balearicdynamics.com/doc one folder every repository. This results in a series of independently navigable static sites kept constantly updated, The root to access the Meditech software documentation packages is http://meditech.balearicdynamics.com/doc where every package can be accessed in a specific folder. To see an example check the last update of the ChipKit PI documentation package, as shown in the image below.

