Android App which acts as an SMS <=> MQTT gateway.
TextTransport is hosted in the following web site
https://github.com/User4574/TextTransport
If you think the Android project TextTransport 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 TextTransport.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 10 |
Minimum SDK Version | 10 |
Activity Count | 1 |
jar files used | android-support-v4.jar org.eclipse.paho.client.mqttv3.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.RECEIVE_SMS android.permission.SEND_SMS |
TextTransport has the following Java source files.
user4574.texttransport.AndroidPersistence.java user4574.texttransport.MqttMsgCallback.java user4574.texttransport.SMSReceiver.java user4574.texttransport.Start.java