Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente | |||
|
projets:infini:info-reseau:accueil [2016/05/24 12:28] resonance [Web] |
projets:infini:info-reseau:accueil [2016/05/24 12:36] (Version actuelle) resonance [Principe de fonctionnement] |
||
|---|---|---|---|
| Ligne 12: | Ligne 12: | ||
| {{: | {{: | ||
| + | |||
| + | ===== Messages ===== | ||
| + | |||
| + | ==== Ordinateur > ENG ==== | ||
| + | <code cpp> | ||
| + | "id on speed pan tilt reserved" | ||
| + | id : " | ||
| + | on : caractère 30 pour on, 31 pour off | ||
| + | speed : | ||
| + | pan : | ||
| + | tilt : | ||
| + | reserved : on ajoute un caractère pour un besoin futur | ||
| + | </ | ||
| + | |||
| + | ==== ENG > Ordinateur ==== | ||
| + | <code cpp> | ||
| + | "id tension inclinaison vitesseDeRotation choc reserved" | ||
| + | id : " | ||
| + | tension : | ||
| + | inclinaison : | ||
| + | vitesseDeRotation : | ||
| + | choc : caractère 30 si un choc, 31 si aucun | ||
| + | reserved : on ajoute un caractère pour un besoin futur | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== Comportements ===== | ||
| + | {{: | ||
| ===== Code Web ===== | ===== Code Web ===== | ||