OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
117 stars 105 forks source link

Updated version of the socketcandMedia class. #308

Closed wiboticanders closed 11 months ago

wiboticanders commented 11 months ago

This fixes the unnecessary pieces left from the pythonCANMedia class, such as the FD vs Classic dataclasses, Can Bus Options, and the constructor class. It also updates the way parameters are inputed to be all in the iface_name param like 'socketcand:can:host:port'.

pavel-kirienko commented 11 months ago

Is this meant to replace https://github.com/OpenCyphal/pycyphal/pull/306? Please do not create new pull requests for the same change to avoid losing context.

wiboticanders commented 11 months ago

Apologies, accident. #306 is updated.