This commit is contained in:
Tonton Th
2026-05-27 18:48:46 +02:00
parent aa226bb38e
commit abc9b4c9c1
3 changed files with 27 additions and 2 deletions

View File

@@ -2,3 +2,12 @@
Bonne question !
Je vais partir, restons simple, et pour le premier jet avec
[UDP](https://en.wikipedia.org/wiki/User_Datagram_Protocol), un
grand classique. Ce concept de datagramme *F-n-F* généralement
basé sur [IP](https://perdu.com/) a l'avantage d'être à la fois
simple et peu fiable. Et on peut (relativement) facilement le
transporter sur divers liens physiques.

13
Code/rover/README.md Normal file
View File

@@ -0,0 +1,13 @@
# Futility
This is the brain of our smart and *choupi* robot. He have a lot
of task to perform:
- Connect to the MCP.
- Respond on ping request.
- Send a picture to earth.
And a lot of more things...