-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO
18 lines (16 loc) · 801 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Tasks needing to be done.
AMQP Interface:
- Add Qpid Proton to the lookup/dependencies of CMake
- Proton: Add API hooks to the driver for foreign FD control (for the tap fd)
- Write the code that reacts to a new connection by establishing:
o An outgoing link for all datagrams
o An incoming link for multicast datagrams
o An incoming link for the local MAC address
- Eventually refactor the above to include an incoming link for
"configure-me" functionality
Main Program:
- Build lanqp main-loop around the Proton driver (consider using the
nexus server as a base)
o nexus provides resilient connections, timers, signal handlers, etc.
- Add a config-file reader for static configuration
- Add event generation (syslog, etc.) for normal operation and errors