-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODOs.txt
50 lines (24 loc) · 1.44 KB
/
TODOs.txt
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
LibZMQUtils TODOs
MAX_PRIORITY:
- Serialize std::vector of strings and apply to send the ips.
- Improve documentation for current modules.
- Add a comman to get server info.
PRIORITY:
- Improve concurrency control in client.
- Add a toolchain to facilitate the compilation for ARM (like RPi devices or FPGAs).
- Add security with CURVE and encryption.
- Make the internal utilities independent of generic infrastructure and move them to the DegorasBase library
- Move template implementations to tpp.
- Send the list of ip interfaces to the client (but configurable in server).
NO PRIORITY:
- Non blocking senmdMsg operation mode with futures in client.
- Cancel client operation functionality.
- Real UUID validation function.
- Future log functionality with auto publisher. When LibDegorasBase ready.
- Multiple endpoints to the same port.
- Add public IP for client and server (configurable for remote and local only).
- Add a system to allow certains clients (only locals for example) to have access to certain commands.
- Add a system to allow always the connection of a local client for administrative operations.
- Add a command to get all the info of connected clients and enable/disable the access to this command by clients.
- Add a command to close the server (by external client with access to that operation).
- Add a function to, in the server, check the version of the client and check compatibility with current server version.