All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oliver Hartkopp <socketcan@hartkopp.net>
To: Marc Kleine-Budde <mkl@pengutronix.de>,
	Guillaume Picquet <guillaume@picquet.fr>,
	linux-can@vger.kernel.org
Subject: Re: Setting bitrate from user-space application
Date: Wed, 25 Nov 2015 17:04:50 +0100	[thread overview]
Message-ID: <5655DC22.4000302@hartkopp.net> (raw)
In-Reply-To: <5655CC8D.70508@pengutronix.de>

Hi Guillaume,

On 11/25/2015 03:58 PM, Marc Kleine-Budde wrote:
> On 11/25/2015 03:02 PM, Guillaume Picquet wrote:
>> Hi all,
>>
>> I prefer to ask first to those who know.
>>
>> What is the 'normal' way of setting CAN bitrate from user-space 
>> application ?
>> Is there a library for that ?
> 
> Yes -
> http://www.pengutronix.de/software/libsocketcan/download/libsocketcan-0.0.10.tar.bz2
> 
>> If no shall I use netlink ?
> 
> No - netlink parsing makes your brain hurt :D
> 

Using libsocketcan is the way to control the interfaces by an application
(which internally uses netlink).

The usual way to configure the interfaces system wide is the 'ip' tool from
the iproute2 package which comes with your preferred Linux distribution.

The way to configure CAN interfaces with 'ip' is described here:

https://www.kernel.org/doc/Documentation/networking/can.txt (see chapter 6.5)

E.g. you can use this script in Debian/Ubuntu setups then:

https://github.com/linux-can/can-misc/blob/master/etc/can_if

Regards,
Oliver

  reply	other threads:[~2015-11-25 16:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-25 14:02 Setting bitrate from user-space application Guillaume Picquet
2015-11-25 14:24 ` Misra Pankaj Kumar (RBEI/EEA2)
2015-11-25 14:58 ` Marc Kleine-Budde
2015-11-25 16:04   ` Oliver Hartkopp [this message]
2015-11-25 16:10     ` Marc Kleine-Budde
2015-11-25 16:17     ` Guillaume Picquet
2015-11-28  2:28       ` Tom Evans
2015-12-23 12:07         ` Holger Schurig
2015-12-23 14:03       ` Guillaume Picquet
2015-12-23 14:10         ` Marc Kleine-Budde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5655DC22.4000302@hartkopp.net \
    --to=socketcan@hartkopp.net \
    --cc=guillaume@picquet.fr \
    --cc=linux-can@vger.kernel.org \
    --cc=mkl@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.