so I'm building a home automation project and I want the main server/processing hub to be a Raspberry Pi 3 running Android things.
The problem currently is that I'm having a hard time installing/coding/running an MQTT server on the Raspberry Pi 3 when it's running the Android things OS.
Does any one know a method to install and run an MQTT broker along side an android things "app" or integrating the MQTT broker into the project code?
I have been looking at this post MQTT broker for Android
but with no luck as my project won't compile when including some of the dependencies :(