Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 591 Bytes

File metadata and controls

14 lines (9 loc) · 591 Bytes

ilmpclient

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

Example program

An complete example implementation is provided in the notifier project.

License

The program sources are released under the GNU General Public License.