Re: [Linux-zigbee-devel] [PATCH] BeagleBone: Patch to register SPIDEV on one of the SPI ports.

2012-06-04 Thread Pierre-Emmanuel Goudet
declared SPI devices ? In advance thanks Pierre-emmanuel -Message d'origine- De : Alan Ott [mailto:a...@signal11.us] Envoyé : jeudi 24 mai 2012 16:08 À : Pierre-Emmanuel Goudet Cc : linux-zigbee-devel@lists.sourceforge.net; E Layec Objet : Re: [Linux-zigbee-devel] [PATCH] BeagleBo

Re: [Linux-zigbee-devel] [PATCH] BeagleBone: Patch to register SPIDEV on one of the SPI ports.

2012-05-24 Thread Pierre-Emmanuel Goudet
mmanuel -Message d'origine- De : Alan Ott [mailto:a...@signal11.us] Envoyé : mercredi 23 mai 2012 20:18 À : Pierre-Emmanuel Goudet; linux-zigbee-devel@lists.sourceforge.net Cc : Alan Ott Objet : [PATCH] BeagleBone: Patch to register SPIDEV on one of the SPI po

[Linux-zigbee-devel] Using a device driver for Linux-Zigbee

2012-05-23 Thread Pierre-Emmanuel Goudet
Hi all, I'm an early tester of linux-zigbee implementation. I was, until now, playing with "Serial" driver and having quite success to use it. Is there any tutorial in the way that a driver like CC2420 or RF231 would be used on the user side. I mean once the modules are loaded, what should be

Re: [Linux-zigbee-devel] Using mac802.15.4 with serial driver

2012-01-10 Thread Pierre-Emmanuel Goudet
origine- De : Alexander Smirnov [mailto:alex.bluesman.smir...@gmail.com] Envoyé : mardi 10 janvier 2012 12:38 À : Pierre-Emmanuel Goudet Cc : linux-zigbee-devel@lists.sourceforge.net Objet : Re: Using mac802.15.4 with serial driver Hi, 2012/1/10 Pierre-Emmanuel Goudet : > Hi all, > > > > Me again, fac

[Linux-zigbee-devel] Using mac802.15.4 with serial driver

2012-01-10 Thread Pierre-Emmanuel Goudet
Hi all, Me again, facing big blue ... Ok I'm trying to find alone the problem, so one could be that I could not find a way to set my PANID as asked in the Documentation/Networking/ieee802154.txt file. Any idea to do that ? Maybe I should try first MAC without 6LowPan. So I try to startup corre

[Linux-zigbee-devel] Back trying 6LowPan with serial driver

2012-01-09 Thread Pierre-Emmanuel Goudet
Hi all, I'm still trying to use 6LowPan on my serial device. But it does not work. I did successfully recompile my kernel and modules for my Linux 64 bits architecture, ubuntu 11 ... But maybe "Linux-Zigbee" things can't work with this architecture? All seems verify fine except that when I set m

Re: [Linux-zigbee-devel] Izattach problem

2012-01-06 Thread Pierre-Emmanuel Goudet
Ouups, I was forgetting to install af_802154 module ! So this is OK now. I'll try this a bit more next week... -Message d'origine- De : Alexander Smirnov [mailto:alex.bluesman.smir...@gmail.com] Envoyé : jeudi 5 janvier 2012 19:29 À : Pierre-Emmanuel Goudet Cc : linux-zi

[Linux-zigbee-devel] Izattach problem

2012-01-05 Thread Pierre-Emmanuel Goudet
Hi all, Two weeks ago i could correctly attach my serial dongle. Now: # sudo izattach /dev/ttyUSB2 Socket: Address family not supported by protocol Even if: # lsmod ... serial 191190 mac802154 334351 serial ieee802154254941 mac802154 ... A

Re: [Linux-zigbee-devel] Linux/Zigbee / 6LowPan state of the art ?

2011-12-23 Thread Pierre-Emmanuel Goudet
---Message d'origine- De : Alexander Smirnov [mailto:alex.bluesman.smir...@gmail.com] Envoyé : vendredi 23 décembre 2011 09:14 À : Pierre-Emmanuel Goudet Cc : Dmitry Eremin-Solenikov; linux-zigbee-devel Objet : Re: [Linux-zigbee-devel] Linux/Zigbee / 6LowPan state of the art ? Hi, 20

Re: [Linux-zigbee-devel] Linux/Zigbee / 6LowPan state of the art ?

2011-12-19 Thread Pierre-Emmanuel Goudet
interested community about this ? Pierre-emmanuel -Message d'origine- De : Alexander Smirnov [mailto:alex.bluesman.smir...@gmail.com] Envoyé : samedi 17 décembre 2011 14:08 À : Pierre-Emmanuel Goudet Cc : linux-zigbee-devel@lists.sourceforge.net; Dmitry Eremin-Solenikov Objet : Re: [Lin

Re: [Linux-zigbee-devel] Linux/Zigbee / 6LowPan state of the art ?

2011-12-16 Thread Pierre-Emmanuel Goudet
environment for 6LowPan tests ? Would other thing be missing ? Thanks Pierre-emmanuel -Message d'origine- De : Alexander Smirnov [mailto:alex.bluesman.smir...@gmail.com] Envoyé : vendredi 16 décembre 2011 12:35 À : Pierre-Emmanuel Goudet Cc : linux-zigbee-devel@lists.sourceforge.n

[Linux-zigbee-devel] Linux/Zigbee / 6LowPan state of the art ?

2011-12-16 Thread Pierre-Emmanuel Goudet
Hi Alexander, all, I'm back minding about IPv6/6Lowpan usage under Linux. I was beta tester of 6LowPan by the end of 2010 but the project was closed on my side... It's now re-open ;O) I saw that there was numerous patches about different subjets (ieee802.154, 6LowPan, ...) Is there any directi

Re: [Linux-zigbee-devel] First tries with a 6Lowpan interface under Linux

2011-02-16 Thread Pierre-Emmanuel Goudet
ere another easier/better way? Do I need any other special options compiled into the kernel for this to work? Best regards and thanks in advance - Any kind of feedback or help will be highly appreciated Søren --- From: Pierre-emmanuel Goudet [mailto:pe.gou...@watteco.com] Sent: Friday, Oct

Re: [Linux-zigbee-devel] First tries with a 6Lowpan interface under Linux

2010-11-05 Thread Pierre-emmanuel Goudet
Maybe a new step for 6lowpan tests: Inside "6lowpan.c" lowpan_process_data() uses "skb->data" instead of "_saddr" or "_daddr" for each call to "uncompress_addr()" Please confirm ? Le 04/11/2010 19:00, Pierre-emmanuel Goudet a écrit :

Re: [Linux-zigbee-devel] First tries with a 6Lowpan interface under Linux

2010-11-04 Thread Pierre-emmanuel Goudet
to the hardware. >> >> I had applied my patches on top of the linux-zigbee kernel tree. Is >> that the base kernel you are using? >> >> I was running the wireshark directly on the 6lowpan interface. The >> crash was on receives. I was unable to ping. &

[Linux-zigbee-devel] First tries with a 6Lowpan interface under Linux

2010-10-29 Thread Pierre-emmanuel Goudet
Hi Jon, Dimitri, all, And many thanks. I tried all this yesterday. Great ! it works. I can see 6LowPan frames sended. Basic steps to get this working for whom who begin with all this (a bit like me) : = * Create a serial N

Re: [Linux-zigbee-devel] Linux-Zigbee and Contiki

2010-10-27 Thread Pierre-emmanuel Goudet
Hi Bastian, Some opinions ... not real definitive answers below. Le 27/10/2010 10:00, Wolf-Bastian Pöttner a écrit : >From the conceptual point of view, the situation is as follows: > > Linux-zigbee uses the IEEE 802.15.4 MAC mechanisms. This includes the > necessity to attach to a PAN to r

Re: [Linux-zigbee-devel] Linux-Zigbee and Contiki

2010-10-26 Thread Pierre-emmanuel Goudet
Hi Bastian, I may not understand well the question. But on our side we use the embedded MAC implementation inside our transceiver. And "nullmac (which does nothing)" inside Contiki. Then as an example i can use the serial driver implementation of linux zigbee, and sniff raw 802.15.4 frames wi

Re: [Linux-zigbee-devel] mwpan interface ?

2010-10-25 Thread Pierre-emmanuel Goudet
by Jon, try it and maybe work on it. Many Thanks Le 25/10/2010 12:21, Pierre-emmanuel Goudet a écrit : >Hi all, > > I'll answer my own question, i just had to read a bit to go further ... > appologize ;O) > > So once my serial-linux-zigbee dongle enabled is connected

Re: [Linux-zigbee-devel] mwpan interface ?

2010-10-25 Thread Pierre-emmanuel Goudet
0x1da [244331.164964] [] ? sock_ioctl+0x0/0x1da [244331.164968] [] ? vfs_ioctl+0x1c/0x7d [244331.164972] [] ? do_vfs_ioctl+0x44e/0x47c [244331.164976] [] ? sys_ioctl+0x41/0x58 [244331.164981] [] ? sysenter_do_call+0x12/0x28 [244331.164984] ---[ end trace 20d101ec3578eee5 ]--- Le 22/10/2010

[Linux-zigbee-devel] mwpan interface ?

2010-10-22 Thread Pierre-emmanuel Goudet
Hi all, 10 month ago, I've compile the linux-zigbee kernel, it was 2.6.30. And i could see and use "mwpanx" interfaces. It was visible with "ifconfig -a" after booting my new kernel. Yesterday, i've downloaded the last devel branch of the git. After being recompiled, it gave me a 2.6.35+ kerne

[Linux-zigbee-devel] Linux-zigbee status ?

2010-10-18 Thread Pierre-emmanuel Goudet
Hi all, I'm an enthusiastic of Linux Zigbee project for one year. Unfortunately i had to swap on other subjects these last months. But I'm now ready to get back working part of my time on the subject and more precisely on IPV6 over Linux-zigbee. Is the linux-zigbee project still on going ? M

Re: [Linux-zigbee-devel] ieee802154 slave mac addr

2009-12-02 Thread Pierre-emmanuel Goudet
Hi all >> Yes. We've started implementation of such driver for at86rf230/rf231 - >> the >> chip from Atmel that can do auto ACK, CSMA-CA, etc. It's not in the >> public tree yet, as we haven't yet finished the interface between >> mac802154 >> and such drivers. >> > > I'm very interested in th

Re: [Linux-zigbee-devel] serial performance

2009-10-16 Thread Pierre-emmanuel Goudet
Hi Dmitry, all, As you said you will work in serial ZB protocol evolutions to allow better management of hardware capabilities of transceiver, would it be possible to add these kind of 'ops' in serial driver (hence protocol) and link them to specific 'ops' in the corresponding kernel device: =

Re: [Linux-zigbee-devel] About Device and Driver and Ping behaviour

2009-10-09 Thread Pierre-emmanuel Goudet
bit of "wpan1" interface configuration (give inet parameters) and my sensors are now reachable from internet with a simple UDP socket and some NAT configurations on my LAN and my Linux ! I really get more and more found of your project ! Hope to have news about it soon. Pierre-emman

[Linux-zigbee-devel] First chat over WPC media using Linux-zigbee

2009-09-24 Thread Pierre-emmanuel Goudet
Ok, :-) , I can "izchat" from linux boxes over WPC media, using two WPCDevKit. For information you can see below commands i had to use to do that. Thanks for your work and help. But i still have some questions : 1) Did you have a look, in in kernel driver "serial.c", to the problem : "#define

Re: [Linux-zigbee-devel] About "Userspace tools" compilation & use

2009-09-23 Thread Pierre-emmanuel Goudet
ave to make mwpan0 up not mwpan1 and indeed it works, mwpan0 is linked to my ttyUSB0 ? In a word "what is" and "how is done" the link between mwpan'X' and ttyUSB'Y' ? Tomorrow i'll continue with izcoordinator and association with an other interface c

Re: [Linux-zigbee-devel] About "Userspace tools" compilation & use

2009-09-22 Thread Pierre-emmanuel Goudet
I'm a bit lost at the moment with all these versions ... I got your git branch "devel", snapshot from 2008/08/12. As i've read it, it should be better to try "fakelb" and "serial" interface. kernel-af439cfe277c274905cf9be883a882b2889eb5e3.tar.gz I've cloned and compiled your git "user space tools

Re: [Linux-zigbee-devel] About "Userspace tools" compilation & use

2009-09-17 Thread Pierre-emmanuel Goudet
/08/12 for my Kernel. PS1: Did you see my first mail "Can't get "fakelb" interface up ?". I forgot to address it to "linux-zigbee-devel@lists.sourceforge.net". Would you like me to do it ? PS2: About "linux-zigbee-devel@lists.sourceforge.net" How can

Re: [Linux-zigbee-devel] About "Userspace tools" compilation & use

2009-09-15 Thread Pierre-emmanuel Goudet
It has been a bit tricky to compile "Userspace tools" but it's done. => Many tools where missing on my Lenny: libtool, libnl-dev bison, flex, pkg-info (maybe i should have look for a developpement distribution ;O) => My autoconf is 2.61 and not 2.64, thus URL functionnalitie from AC_INIT does no

Re: [Linux-zigbee-devel] About "Userspace tools" compilation & use

2009-09-15 Thread Pierre-emmanuel Goudet
It has been a bit tricky to compile "Userspace tools" but it's done. => Many tools where missing on my Lenny: libtool, libnl-dev bison, flex, pkg-info (maybe i should have look for a developpement distribution ;O) => My autoconf is 2.61 and not 2.64, thus URL functionnalitie from AC_INIT does no

[Linux-zigbee-devel] Linux-zigbee and WPC technology

2009-07-17 Thread Pierre-emmanuel Goudet
Hi, Following a discussion with Julien Abeille. We’re working on a new, low cost, low power, low size Power Line Communication Technology. As for us, the scope of application is tied to radio PANs (home automation, smartgrid), we have developed a “802.15.4 like” MAC layer above our own PHY lay