The ilmpclient library implements client functionality of the ILMP specification. It depends on libboost.
The library is header-only, and compilation should be rather straight forward. When linking, boost_system is required:
g++ MyApp.cpp -Iilmpclient/ -lboost_system
An complete example implementation is provided in the notifier project.
The program sources are released under the GNU General Public License.