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
25 stars 6 forks source link

Recover after interface restart #79

Closed nickembrey closed 2 years ago

nickembrey commented 2 years ago

Addresses issue #76. The handler method in magic_can_bus.py now stops and starts its Interface instance, and an Interface now closes its socket and creates a new socket when it stops and starts respectively