Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Paho C client utilities and man pages

Hi all,

I've been updating the C client utilities (paho_c_pub and paho_c_sub) to support:

  • SSL/TLS
  • MQTT 5.0
  • WebSockets

using the same options as mosquitto_pub/sub, so they should be pretty much interchangeable.  There's one major addition: the -c option (--connection) to take a connection string rather than host/port for connection details.  This means that a secure websockets connection can be made with this option:

-c wss://iot.eclipse.org:443/ws

for instance.  To use version MQTT 5, use the -V 5 option.  They're in the master branch of the repo right now if you want to try them out.

Now, anyone got good ideas about the best/easiest way to write man pages for them?

-- 
Ian Craggs
icraggs@xxxxxxxxxx                 IBM United Kingdom
Eclipse Paho Project Lead & Mosquitto Committer

Back to the top