Open-Agriculture / AgIsoVirtualTerminal

A free, experimental ISO11783-6 Virtual Terminal (VT) server GUI based on AgIsoStack++
GNU General Public License v3.0
13 stars 0 forks source link

Make CAN driver selection configurable #1

Closed GwnDaan closed 9 months ago

GwnDaan commented 11 months ago

Ultimately one would be able to intuitively select a CAN driver supported for their platform. And change the parameters of the respective driver chosen.

GwnDaan commented 11 months ago

Related issue: https://github.com/Open-Agriculture/AgIsoStack-plus-plus/issues/360

ad3154 commented 10 months ago

This may also be slightly tricky, as if we link against all drivers without the proper DLLs being installed on the target machine (like the PEAK ones) the app may not launch... for Windows it might make sense to generate a windows installer with cpack where we can redistribute the required DLLs and whatnot to avoid this. I have some prior experience with that and it seems to work ok... that gives us the added benefit of being able to package up all our other windows runtime dependencies like the C++ runtime