driftregion / iso14229

ISO 14229 (UDS) server and client for embedded systems
MIT License
226 stars 79 forks source link

working with cannelloni as interface #24

Closed pompushko closed 8 months ago

pompushko commented 9 months ago

Hello.

Is it possible to add https://github.com/mguentner/cannelloni/blob/master/doc/tcp_protocol.md as can-bus interface? I want to use your library on device(MCU) where is only TCP/IP connectivity.

Thank you

driftregion commented 9 months ago

I don't see why not. You'll still need something to link the CAN frames sent by via cannelloni/TCP together into messages to pass to the UDS layer. Have a look at the isotp-c examples on the 0.7.0 branch to see some custom transport implementations.

Have you considered DoIP? There already exists a python-udsoncan compatible DoIP implementation. Some reference C implementations can also be found on GitHub.

pompushko @.***> 于 2024年1月10日周三 07:27写道:

Hello.

Is it possible to add https://github.com/mguentner/cannelloni/blob/master/doc/tcp_protocol.md as can-bus interface? I want to use your library on device(MCU) where is only TCP/IP connectivity.

Thank you

— Reply to this email directly, view it on GitHub https://github.com/driftregion/iso14229/issues/24, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE64G2464Y5TI3KH5WBXNLTYN2QLTAVCNFSM6AAAAABBU4ISL6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3TINBZGQ2TSMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

pompushko commented 9 months ago

Can I donate for such feature :D?

driftregion commented 9 months ago

Certainly. You can donate via https://github.com/sponsors/driftregion .

pompushko commented 9 months ago

Certainly. You can donate via https://github.com/sponsors/driftregion .

Sure :) But what about support :D?

driftregion commented 9 months ago

For support inquiries please contact me at iso14229dev@gmail.com

driftregion commented 8 months ago

Closing due to inactivity