Io-Trucks  0.2
BTS SNIR LaSalle Avignon 2020
README.md
Aller à la documentation de ce fichier.
1 \mainpage Le projet
2 
3 \tableofcontents
4 
5 Le projet **Io-Trucks** est un système numérique intégré à un véhicule industriel qui permet d'interagir avec ses accessoires et de visualiser les informations associées sur une application mobile.
6 
7 \section section_tdm Table des matières
8 - \ref page_README
9 - \ref page_changelog
10 - \ref page_about
11 - \ref page_licence
12 
13 \section section_infos Informations
14 
15 \author Arthur Mathieu <mathieu.arthur.pro@gmail.com>
16 \date 2020
17 \version 0.2
18 \see https://svn.riouxsvn.com/io-trucks/
19 
20 
21 \page page_README README
22 
23 [TOC]
24 
25 # Projet {#projet}
26 
27 ## Présentation {#presentation}
28 
29 Le projet **Io-Trucks** est un système numérique intégré à un véhicule industriel qui permet :
30 
31 * d'interagir avec ses accessoires et,
32 * de visualiser les informations associées sur une application mobile
33 
34 Le système « Io-Trucks » devra remplir les missions suivantes :
35 
36 * déployer un triangle de signalisation fixé sur le toit du camion
37 * signaler l'état d'une intervention (par feux de balisage et gyrophare)
38 * piloter les éclairages périphériques (projecteur en périphérie du camion)
39 * acquérir les données de fonctionnement (état du triangle, des éclairages, surcharge du véhicule, ...) du camion ;
40 * assurer la transmission des données des états du camion via une communication sans fil ;
41 * afficher les données de fonctionnement reçues du camion sur l'écran du terminal mobile ;
42 
43 ## Informations {#informations}
44 
45 \author Arthur Mathieu <mathieu.arthur.pro@gmail.com>
46 \date 2020
47 \version 0.2
48 \see https://svn.riouxsvn.com/io-trucks/
49 
50 
51 \page page_about A propos
52 
53 \author Arthur Mathieu <mathieu.arthur.pro@gmail.com>
54 \date 2020
55 \version 0.2
56 \see https://svn.riouxsvn.com/io-trucks/
57 
58 
59 \page page_licence Licence GPL
60 
61 This program is free software; you can redistribute it and/or modify
62 it under the terms of the GNU General Public License as published by
63 the Free Software Foundation; either version 2 of the License, or
64 (at your option) any later version.
65 
66 This program is distributed in the hope that it will be useful,
67 but WITHOUT ANY WARRANTY; without even the implied warranty of
68 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
69 GNU General Public License for more details.
70 
71 You should have received a copy of the GNU General Public License
72 along with this program; if not, write to the Free Software
73 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA