-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
26 lines (18 loc) · 747 Bytes
/
README
File metadata and controls
26 lines (18 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
INTRODUCTION
============
This project implements a GUI that can control a remote device over
single UDP stream. A netrelay is provided than can be used in a known
address to get through to NAT'ed addresses.
TODO
====
Must have:
* Stat (wlan signal, uptime, etc.) sending to controller.
* Implement "connection lost". I.e. turn off video etc. bandwidth
consuming and wait for new connection.
* Send servo commands to the Control board from the slave process.
* Implement a GUI for setting servo limits.
* Fix compilation warnings in netrelay.c
Nice to have:
* Clear up the different message types and implement a way to register
different types on the controller/slave level.
* Clear up the retransmission timers etc. It's a mess now.