canadensis 0.6.0

A Cyphal implementation: Node types and re-exports from some other canadensis crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//!
//! Cyphal services intended for use with Nodes

/// Handles GetInfo requests
pub mod get_info;

/// Generate heartbeat messages
pub mod heartbeat;

/// PnP namespace
pub mod pnp;

/// Port list service
pub mod port_list;

/// Register server
pub mod register_server;