Hello, On Mon, Feb 22, 2010 at 2:31 PM, Gerrit Voigt <[email protected]> wrote: > Hi, > how do I get access to the at86rf230 driver from user-space? > Do I go the regular way by opening(open()) a driver-file and then use > ioctl()? I am asking because I don't really understand how izchat for > instance gets access.
It doesn't get access per se. It uses the whole networking stack to send IEEE 802.15.4 datagrams (compare this with traditional vs. in-kernel CAN aproach). There is no '/dev/at86rf230', use socket(), connect()/bind(), send()/recv(), etc. -- With best wishes Dmitry ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Linux-zigbee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
