Sure, we can get started here. First, I think the datatype hash is something we should figure out and add to the core specification.
So is this a book on just system management or on design and management of UAVCAN systems?
Here’s a start at the TOC
Part 1: Designing a manageable system
- Message profiles and interoperability
- bottom-up design; optimizing your messages for bus, transport, and bandwidth efficiency.
- top-down design: optimizing your messages for realtime control systems.
- Integrating DSDL with your build-system.
- Diagnostics, prognostics, system health, and error codes.
Part 2: Critical Design
- RPC versus Pub-sub: when and why to use either
- How to allocate message priorities
- Defining and ensuring bounded message latency on CANBUS
- De-conflicting messages on complex busses
- Heterogenous redundancy, system-level effects.
- Inter-bus routing
- Interfacing with a high-level sub-system (e.g. SocketCAN on Linux)
Part 3: System Management
- Data Logging
- Health System
- Update over UAVCAN
- System-of-Systems: How UAVCAN is used in robotics fleets.
- Manufacturing and maintenance: Using UAVCAN as part of vehicle assembly and when troubleshooting.