jferdelyi / mosquitto_client

A simple example of a mosquitto client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mosquitto_client

A simple example of a mosquitto client

Requirements:

  • CMake 3.22+
  • Mosquitto

On Windows, add to the path "<INSTALL PATH>/mosquitto/devel" for development and "<INSTALL PATH>/mosquitto" for all programs (mosquitto.exe, mosquitto_pub.exe, mosquitto_sub.exe).

mkdir build
cd build
cmake ..
cmake --build .

About

A simple example of a mosquitto client

License:MIT License


Languages

Language:C++ 86.2%Language:CMake 13.8%