Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option to select protocol when creating a raw channel. #68

Merged
merged 4 commits into from
Oct 5, 2019

Conversation

juleq
Copy link
Contributor

@juleq juleq commented Sep 30, 2019

Hi.

I have a target that requires me to select a different protocol instead of the default CAN_RAW that is presently used when opening a socket.

I have added the option to pass the protocol. This is a sole addition and it will not break existing implementations that are using your package. I think my use case is rather rare but since it just adds flexibility I wonder if you would consider pulling it in.

Thanks again for your effort creating and maintaining this.

Added optional parameter to set the protocol.
Added optional parameter to set the CAN protocol.
Added option to select the protocol.
Moved variable declaration to match authour style.
@sebi2k1 sebi2k1 merged commit 95332a4 into sebi2k1:master Oct 5, 2019
@juleq
Copy link
Contributor Author

juleq commented Oct 5, 2019

Great, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants