/
Yamcs: MQTT Plugin /
MQTT Links Plugin
MQTT Links PluginΒΆ
This plugin extends Yamcs with links to connect via MQTT to packet or frame ground stations such as LeafSpace ground stations.
Usage with Maven
Add the following dependency to your Yamcs Maven project. Replace x.y.z
with the latest version. See https://mvnrepository.com/artifact/org.yamcs/yamcs-mqtt
<dependency>
<groupId>org.yamcs</groupId>
<artifactId>yamcs-mqtt</artifactId>
<version>x.y.z</version>
</dependency>