libxblf is a library to provide a REST client to Duncan Mackenzie's XBox Live REST server. libxblf library will be able to detect the presence of a person online in addition to fetching other gamertag information. It is an XBox Live query library.
I would love any contributions from anyone. Simply send patches to the mailing list.
http://groups.google.com/group/libxblf-dev
Development Source
The library is hosted on Google Code, which uses Subversion. If anyone needs help with subversion try the great book located at http://svnbook.red-bean.com/.
# svn checkout http://libxblf.googlecode.com/svn/trunk/ libxblf
Building
libxblf requires CMake to compile.
# mkdir build
# cd build
# cmake ..
# make
Product's homepage
Requirements:
· cmake
· libcurl
· libxml2