
This is a c++ library for implementing mqtt version 3.1 clients.
mqtt provides a method of carrying out messaging using a publish/subscribe model. it is lightweight, both in terms of bandwidth usage and ease of implementation. this makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example.