A lightweight Android app to publish different kind of data between android phones using the MQTT (Message Queue Transport Telemetry) Protocol. Uses the Open Sourced MQTT library powered by The Eclipse Paho Project.
motiv8r is hosted in the following web site
https://github.com/shreyapandit/motiv8r
If you think the Android project motiv8r listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of motiv8r.
Item | Value |
---|---|
Java File Count | 3 |
Activity Count | 1 |
jar files used | org.eclipse.paho.client.mqttv3-1.0.1.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE |
motiv8r has the following Java source files.
com.example.shreya.motiv8r.ApplicationTest.java com.example.shreya.motiv8r.DataCollectorActivity.java com.example.shreya.motiv8r.MQTTService.java