Re: CAN bus support
Jan Martin Mikkelsen <[email protected]>
| Newsgroups | gmane.os.freebsd.architechture |
|---|---|
| Message-ID | <[email protected]> |
Hi, A related company manufactures a few CAN based products, and communicates with them from Linux (and a long time ago, Windows CE). The devices perform various on-board functions in metros, including audio streaming, so our driver requirements are a little different to (say) SocketCAN. We have an upcoming requirement to implement an appliance for use in maintenance and repairs, and I’d like to do that based on FreeBSD. I haven’t started looking at this yet, but I’m certainly interested how CAN might progress on FreeBSD. Regards, Jan M. > On 9. Nov 2024, at 22:57, Kevin Bowling <[email protected]> wrote: > > Hello, > > A FreeBSD vendor is interested in interacting with CAN bus on FreeBSD. > > A convenient starting point would be NetBSD's can(4) > (https://man.netbsd.org/can.4) which implements something very similar > to Linux' SocketCAN > (https://www.kernel.org/doc/Documentation/networking/can.txt) to > provide the protocol/interface and then writing a driver for their > controller. > > Is there other interest or concern about the topic? > > Regards, > Kevin >