Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# K_Mqtt_Library
An MQTT Android Client that treats mqtt connections as singletons so they can be passed bettween activities. You can connect,subscribe,publish and receive messages anywhere on the android project. Independently of the activity lifecycle.
An MQTT Android Client that treats mqtt connections as singletons so they can be passed bettween activities. You can connect, subscribe, publish and receive messages anywhere on the android project. Independently of the activity lifecycle.


>This library uses the Eclipse Paho Android Service.As well as code from the Paho example project
Expand Down