These are the notes and code for the second edition of the class "Engineering of Mobile Systems", at the Free University of Bozen-Bolzano. The notes for version 1 are available here. The course will however have several differences with the previous version.
Each subdirectory has a readme.md file which contains the actual notes, and possibly additional material, such as complete code examples. These will be filled over time as the classes happen.
The notes are stored with git. A git client can be used to download them. If you need to install one, you can use Github Desktop.
You can clone this repository with:
git clone https://github.com/rrobbes/EngineeringOfMobileSystemsV2.git
You can then update it with:
git pull
This is important, as I will be updating the notes regularly. You want to be on the latest version!
Should you find a mistake, typo, or anything else to improve, you can submit a pull request. This will be greatly appreciated! If you don't know how to make a pull request, have a look at the Github tutorial.