Re: CAN bus support

From: Jan Martin Mikkelsen <janm_at_transactionware.com>
Date: Mon, 11 Nov 2024 13:52:32 UTC
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 <kevin.bowling@kev009.com> 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
>