Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelsouzaribeiro/mqtt-client-kotlin-jetpack-compose
mqtt client kotlin jetpack compose
https://github.com/rafaelsouzaribeiro/mqtt-client-kotlin-jetpack-compose
jetpack-compose kotlin-android mqtt-client
Last synced: 15 days ago
JSON representation
mqtt client kotlin jetpack compose
- Host: GitHub
- URL: https://github.com/rafaelsouzaribeiro/mqtt-client-kotlin-jetpack-compose
- Owner: rafaelsouzaribeiro
- Created: 2024-01-03T20:03:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T14:57:05.000Z (about 1 year ago)
- Last Synced: 2024-11-30T04:27:35.562Z (2 months ago)
- Topics: jetpack-compose, kotlin-android, mqtt-client
- Language: Kotlin
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
build.gradle.kts dependencies:
```
implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5")
```AndroidManifest.xml:
``````