rock-core / tools-syskit

Rock's model-based component management layer
1 stars 14 forks source link

feat: interface v2 protocol #398

Closed doudou closed 7 months ago

doudou commented 7 months ago

Depends on:

The integration is done as to not break the v1 protocol. The v2 protocol marshallers are registered only if using the v2 interface, using the app's setup_interface_v2_protocol hook

The biggest change is a plain copy (without changes) of syskit/shell_commands to syskit/interface/commands. The rest is minimal.

doudou commented 7 months ago

Ping