Welcome to libxbee!I have proveded sample code in the ./sample directory. Hopefully this will helpget you up and running with libxbee. If you would like samples showing a differentaspect of libxbee, then please do not hesitate to file an 'issue' on the projectsite, and I will get to it ASAP: http://code.google.com/p/libxbee/issues/listDocumentation is avaliable via the man page system once you have installed thelibrary, or as HTML in the 'doc' directory. $ man libxbeePlease note that this project is still in development, so should not be used forany purpose other than learning/playing/testing etc... Basically don't use it tomake money, and then hold me responsible if it breaks!Feel free to contact me directly with any queries: attie@attie.co.ukFor those of you that are planning to use this on an embedded board, I haveincluded a small makefile (umakefile) that has only the information needed tocompile the library. I suggest you use this instead!=== Installation ===To install simply type: $ make installFor more information, or if you can't install it, please see the wiki: http://code.google.com/p/libxbee/wiki/install_libxbee=== Usage ===If you are compiling the object file directly into your executable insteadof making use of the shared library, you must include the following linkflags: -lpthread -lrt