Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1001 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 1001 Bytes

Found this gradle build of paho to make incorporating JavaComponents easier. Haven't made much of a contribution here yet as I've run into issues utilizing the BKS keystores. This was an easy to use and configre proof of concept for connecting to a non encrypted local MQTT broker via an Android Studio virtual device. This site shows exactly how to utilize the app to make a connection to an MQTT broker.

Getting started

Download Android Studio

Import Project

  • Open Android Studio
  • File -> Import Project
  • Run -> Run 'app'

Project Origin

This Android project is a clone from http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.java.git/ and just contains the changes to build it with gradle