From mboxrd@z Thu Jan 1 00:00:00 1970 From: Armin Burchardt Subject: Re: Standard CAN over IP Date: Wed, 04 Feb 2015 21:44:36 +0100 Message-ID: <54D284B4.5050501@uni-bremen.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from gabriel-3.zfn.uni-bremen.de ([134.102.50.3]:36488 "EHLO smtp.uni-bremen.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S964917AbbBDVOM (ORCPT ); Wed, 4 Feb 2015 16:14:12 -0500 In-Reply-To: Sender: linux-can-owner@vger.kernel.org List-ID: To: Mike Purvis , linux-can@vger.kernel.org Hi Mike, On 04.02.2015 21:27, Mike Purvis wrote: > system as a socketcan can0 device. Is there some standard component > which already does this, or at least some tooling around serializing > CAN messages to a bytestream? there is slcand (UART to socketcan from the can-utils package) to use serial CAN adapters with socketcan. Implementing the (line based) protocol in the mcu should not be too hard. Armin (switching back to read-only mode)