You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question:
Is there a way to this:
```
yakut call 125 435:uavcan.node.ExecuteCommand '{command: COMMAND_RESTART, parameter: "firmware.bin"}'
```
Instead of this:
```
yakut call 125 435:uavcan.node.ExecuteCommand '{command: 65533, parameter: "firmware.bin"}'
```
[Relevant forum
question](https://forum.opencyphal.org/t/yakut-file-commands/1815/2)
---------
Co-authored-by: Pavel Kirienko <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ There are certain registers that are looked at by Cyphal nodes to determine how
110
110
If the available registers define more than one transport configuration, a redundant transport will be initialized. It is not necessary to assign all of these registers to use a particular transport because all of them except `uavcan.*.iface` come with defaults.
111
111
112
112
| Transport | Register name | Register type | Environment variable name | Semantics | Example environment variable value |
yakut call 125 435:uavcan.node.ExecuteCommand '[65533, "firmware.bin"]'# Shorter but position-sensitive
313
+
308
314
## Monitoring the network
309
315
310
316
The command`yakut monitor` can be used to display *all* activity on the network in a compact representation. It tracks online nodes and maintains real-time statistics on all transfers exchanged between each node on the network. It may also be able to detect some common network configuration issues like zombie nodes (nodes that do not publish `uavcan.node.Heartbeat`).
@@ -448,7 +454,7 @@ $ y r 125, m.inductance_dq --detailed --detailed
0 commit comments