8000 GitHub - mvollrath/minimumqtt: A minimal MQTT 5.0 client for Python and Micropython.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mvollrath/minimumqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimuMQTT

A minimal MQTT 5.0 client for Python and Micropython.

Features

  • Connect to a TCP broker without TLS or auth or a client id.
  • QoS 0 ought to be enough for anybody.
  • Publish with optional Retain.
  • Subscribe with optional Retain As Published, Retain Handling policy, and No Local.
  • Specify a maximum packet size for incoming messages.

About

A minimal MQTT 5.0 client for Python and Micropython.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0