Skip to content

3p3v/paho.mqtt.cpp.unique

 
 

Repository files navigation

Eclipse Paho MQTT C++ Client Library - unique_ptr callbacks

Fork of Eclipse Paho MQTT C++ Client Library. Original library uses raw pointers for passing callbacks while publishing. In fork it was changed to smart pointers (unique_ptrs) so the lifetime of these objects is managed by the library, not by a user.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.2%
  • CMake 2.4%
  • M4 2.2%
  • HTML 1.5%
  • Shell 0.7%