From: Yegor Yefremov <yegor_sub1@visionsystems.de>
To: Oliver Hartkopp <socketcan@hartkopp.net>
Cc: "linux-can@vger.kernel.org" <linux-can@vger.kernel.org>,
Wolfgang Grandegger <wg@grandegger.com>
Subject: Re: SocketCAN support in Android
Date: Tue, 20 Mar 2012 10:53:22 +0100 [thread overview]
Message-ID: <4F685392.40909@visionsystems.de> (raw)
In-Reply-To: <4F675A5B.3060500@hartkopp.net>
Hello Oliver,
>> Am 27.02.2012 10:26, schrieb Yegor Yefremov:
>>> I'm working with TI's am3517. The next generation 33xx is also on the way. Considering lot's of requests about SpcketCAN support in Android on various mailing lists and forums I wanted to summarize how I see this situation:
>>>
>>> 1. ip from iproute2. Android version prior 4.0 provided only tc utility from iproute2 and due to header issues in NDK there were no easy way to get ip compiled. Ice Cream Sandwich introduced ip support, but ip/iplink_can.c symbols are missing in final ip binary, so it is not usable now. I tried to figure out what's wrong, but failed, so any help would be appreciated.
>> This issue is theoretically fixed (https://android-review.googlesource.com/#/c/34240/)
>
> Good job!
>
>
>>> 2. NDK: can.h is still not a part of NDK's headers, so for now can.h must be supplied to compile can-utils and user software. As one can see from this post: https://groups.google.com/d/topic/android-ndk/K1w5IqGSKCA/discussion NDK dev's don't seem to accept CAN as standard kernel protocol. Lobby work needed ;-)
>> what headers are necessary/usable for userspace? linux/can.h, linux/can/raw.h - what else?
>>
>> I've added all of then to NDK, patches some other headers and could cross-compile candump. Now it is working. As soon as I'm finished I would like Android.mk file to be included in can-utils. I hope it will be O.K.
>
> candump only needs linux/can.h and linux/can/raw.h
> cansniffer also needs linux/can/bcm.h
>
> So adding all includes (as it is also done by the iproute2 package too) is a
> good idea.
>
> Additionally to
>
> linux/can.h
>
> there is the userspace relevant stuff from
>
> http://lxr.linux.no/#linux+v3.3/include/linux/can/Kbuild
>
> needed:
>
> linux/can/raw.h
> linux/can/bcm.h
> linux/can/gw.h
> linux/can/error.h
> linux/can/netlink.h
Thanks for the info. I would like to submit those headers to bionic library and would like to send only the required files.
>>
>>> 3. As soon as there is solution for both issues, Java wrapper will be needed to enable App development
>> Still open.
>>
>
> What kind of java wrapper do you think of?
Any ;-) I'm at the beginning and looking for existing solutions/ideas.
> Do you know Kayak? http://2codeornot2code.org/?p=1033
>
> Kayak is using a socketcand which offers a network transparent interface via
> IP to omit a JNI for SocketCAN which would also be an approach indeed.
Interesting project. I'll look into it. Do we want to integrate socketcand into can-utils?
Regards,
Yegor
next prev parent reply other threads:[~2012-03-20 9:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-27 9:26 SocketCAN support in Android Yegor Yefremov
2012-03-19 14:33 ` Yegor Yefremov
2012-03-19 16:10 ` Oliver Hartkopp
2012-03-20 9:53 ` Yegor Yefremov [this message]
2012-03-19 16:12 ` SocketCAN support in Android: userspace headers Kurt Van Dijck
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=4F685392.40909@visionsystems.de \
--to=yegor_sub1@visionsystems.de \
--cc=linux-can@vger.kernel.org \
--cc=socketcan@hartkopp.net \
--cc=wg@grandegger.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).