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

Block SDO Transfer Lag #10

Closed ryanpdx closed 3 years ago

ryanpdx commented 3 years ago

CANopen-monitor tries to parse every message on a block SDO transfer and lags a lot. We should only display the current percent of the transfer and not parse every message on a block transfer.

dmitri-mcguckin commented 3 years ago

Closed with PR #41.