oresat / CANopen-monitor

An NCurses-based TUI application for tracking activity over the CAN bus and decoding messages with provided EDS/OD files.
https://canopen-monitor.readthedocs.io/
GNU General Public License v3.0
26 stars 6 forks source link

Add `Status` Column to HB table #19

Closed dmitri-mcguckin closed 3 years ago

dmitri-mcguckin commented 3 years ago

Must be able to separately track the elapsed time since a heartbeat was received from a node. If it surpasses the configured stale/dead time, it will be marked in the same column.

IMPORTANT: This is a separate column from the Node State column.