Skip to content

agners/pixelbadge-mqttclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MQTT Client for Pixel Badge

Simple MQTT Client for the Pixel Badge. Allows to show messages published on the topic <client_id>/text. The default client_id is badge.

To specify custom client_id use valuestore in the shell:

import valuestore
settings = {"client_id": "your_client_id", "mqtt_server": "your.server.tld"})
valuestore.save('mqttclient', 'settings', settings)

About

MQTT Client for the Pixel Badge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages