Skip to content

Implicit Link Messaging Protocol client library. ILMP is a simple server-to-client publisher-subscriber protocol. It can be used to communicate with the paiq.nl backend.

Notifications You must be signed in to change notification settings

paiq/ilmpclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implicit Link Messaging Protocol client library. ILMP is a simple server-to-client publisher-subscriber protocol. It can be used to communicate with the paiq.nl backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages