Тайлбар байхгүй

xuxinyi 1fc4332577 firstCommit 1 жил өмнө
.idea 1fc4332577 firstCommit 1 жил өмнө
app 1fc4332577 firstCommit 1 жил өмнө
gradle 1fc4332577 firstCommit 1 жил өмнө
mqtt 1fc4332577 firstCommit 1 жил өмнө
.gitignore 1fc4332577 firstCommit 1 жил өмнө
README.md 1fc4332577 firstCommit 1 жил өмнө
build.gradle 1fc4332577 firstCommit 1 жил өмнө
gradle.properties 1fc4332577 firstCommit 1 жил өмнө
gradlew 1fc4332577 firstCommit 1 жил өмнө
gradlew.bat 1fc4332577 firstCommit 1 жил өмнө
settings.gradle 1fc4332577 firstCommit 1 жил өмнө

README.md

My MQTT

The MQTT Android Service is an MQTT client library modified from https://github.com/eclipse/paho.mqtt.android because old library don't support Android 12. It hasn't updated in a long time.

How to use

  1. Download ZIP and Extract All
  2. Import library to your android project and select only mqtt folder
  3. Edit the build.gradle (app level) file like below.

    dependencies {
    ...
    implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
    implementation project(path: ':mqtt')
    }
    
  4. See example project at https://github.com/ElectApp/MyMQTT/tree/master/app

git