Difference between revisions of "Documentation:Modules/mqtt"
Jump to navigation
Jump to search
(Created page with "'''NOTE: this module is in active development and has not made it into the main tree yet.''' {{Module|name=mqtt|type=Interface|os=Any that support the [http://mosquitto.org/ ...") |
|||
Line 6: | Line 6: | ||
== Options == | == Options == | ||
+ | {{Option | ||
+ | |name=mqtt-host | ||
+ | |value=string | ||
+ | |default=localhost | ||
+ | |description=Hostname of MQTT broker to connect to | ||
+ | }} | ||
{{Option | {{Option | ||
|name=mqtt-port | |name=mqtt-port | ||
|value=integer | |value=integer | ||
|default=1883 | |default=1883 | ||
− | |description=Port number of MQTT broker to connect | + | |description=Port number of MQTT broker to connect to |
}} | }} | ||
[[Category:Interfaces]] | [[Category:Interfaces]] |
Revision as of 23:58, 10 April 2014
NOTE: this module is in active development and has not made it into the main tree yet.
Module: mqtt | |
---|---|
Type | Interface |
First VLC version | - |
Last VLC version | - |
Operating system(s) | Any that support the mosquitto library |
Description | control VLC using the MQTT protocol |
Shortcut(s) | - |
This module will let you send control messages to VLC using the MQTT protocol.