This is an old revision of the document!
MQTT client libraries
paho.mqtt.android
- Current version supports API 24 and above
- Checked out
HiveMQ MQTT Client
TLSv1.2 and Android 4.4
Android 4.4 has TLSv1.2 disabled. A possible workaround is to create our own socketfactory which supports TLSv1.2
- HiveMQ SSL with Eclipse might have a way for us to use our own socketfactory but not sure if this can be moved to Android
More links
Reference
- Android MQTT Simple Guide (from Medium)
- Portecle: generate bks, jks and friends from certs (use this or your life will be hell)