/SmartMqtt

对PahoMqtt进行封装

Primary LanguageKotlin

SmartMqtt

对PahoMQTT进行封装

1.依赖引用

Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.LuckyCattZW:SmartMqtt:x.y.z'
	}

About Eclipse Paho - MQTT

@Eclipse Paho [Website]

@Eclipse Paho - MQTT for Android [Github]