|
Project Information
Members
Featured
Downloads
Links
|
Update Nov/2011Well... I have completely re-architectured libxbee! This incarnation shall be named libxbee2. In my opinion everything is better. There are some features that exist in version 1 that I still need to implement, and currently the support for XBee Series 2 modules consist of shell functions that error out. I have also made the leap over to Git, I hope that doesn't cause too much of an issue to anyone. Also (though I don't think anyone will mind) there is no support for Win32. This may re-appear later down the line, the frameworks exist, it depends if people want it. On a side note, the 'latest and greatest' commit from my development server can be obtained from here: http://git.attie.co.uk/c/libxbee/ (clicking the URL will give you a tarball, giving the URL to git will allow you to checkout the repository) And the 'old' source can be found in its SVN repository here: https://libxbee.googlecode.com/svn/trunk OverviewThis C library is to aid the use of Digi XBee radios running in API mode (AP=2). Both Series 1 and Series 2 radios are supported. I have tried to keep flexibility to a maximum. By allowing connections to individual nodes to be created you don't have to address each packet, or filter through a list of packets to get at the one you're after. This is all done for you by the library. It is 'still in development', so if you find any bugs, or have any enhancement requests then please feel free to make use of the 'issues' section. To get a quick idea of how to use the library, see the samples in the sample directory. Installation & UseCurrently libxbee v2 can be easily installed by running 'make install' |
