All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guillaume Picquet <guillaume@picquet.fr>
To: Oliver Hartkopp <socketcan@hartkopp.net>,
	Marc Kleine-Budde <mkl@pengutronix.de>,
	linux-can@vger.kernel.org
Subject: Re: Setting bitrate from user-space application
Date: Wed, 23 Dec 2015 15:03:23 +0100	[thread overview]
Message-ID: <567AA9AB.9010500@picquet.fr> (raw)
In-Reply-To: <5655DF32.5090505@picquet.fr>

Hi all!

A status update, thanks to libsocketcan I am able to get and set bitrate.
remarks:
Before setting bitrate a stop must be performed.
I use poll() on CAN socket and it returns and set errno to ENETDOWN 
during the stop but sockets stay valid. (no need to close and reopen).
I Suppose it is normal behaviour, right ?

Thanks for support.

Regards.

Le 25/11/2015 17:17, Guillaume Picquet a écrit :
>
>
> Le 25/11/2015 17:04, Oliver Hartkopp a écrit :
>> 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).
> I've downloaded it, cross-compile it and made a test program.
> I read bitrate successfully.
>
>>
>> The usual way to configure the interfaces system wide is the 'ip' 
>> tool from
>> the iproute2 package which comes with your preferred Linux distribution.
> On the platform I'am working it's done in a rc script at start-up
>>
>> 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
> Regards,
>
> guillaume
> -- 
> To unsubscribe from this list: send the line "unsubscribe linux-can" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


  parent reply	other threads:[~2015-12-23 14:03 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
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 [this message]
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=567AA9AB.9010500@picquet.fr \
    --to=guillaume@picquet.fr \
    --cc=linux-can@vger.kernel.org \
    --cc=mkl@pengutronix.de \
    --cc=socketcan@hartkopp.net \
    /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.