mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
346 B
Text
6 lines
346 B
Text
Python MQTT version 3.1/3.1.1 client class
|
|
|
|
The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things"
|
|
connectivity protocol. Designed as an extremely lightweight publish/subscribe
|
|
messaging transport, it is useful for connections with remote locations where
|
|
a small code footprint is required and/or network bandwidth is at a premium.
|