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

Add EDS/OD file at run time #45

Closed dmitri-mcguckin closed 3 years ago

dmitri-mcguckin commented 3 years ago

As a user, I want the ability to add EDS or OD files to the application at runtime and have it automatically store (copy) the new file over to the application's cache (~/.cache/canopen-monitor/ as defined in the package init).

Something like a popup window prompt for a path to an EDS may be fine.