An open API service indexing awesome lists of open source software.

https://github.com/vatri/iot-test-java-php

Sample IoT script for communication between devices (Java and PHP) through the MQTT protocol.
https://github.com/vatri/iot-test-java-php

Last synced: 2 months ago
JSON representation

Sample IoT script for communication between devices (Java and PHP) through the MQTT protocol.

Awesome Lists containing this project

README

          

IoT-test-Java-PHP
Sample IoT script for communication between devices (Java and PHP) through the MQTT protocol.

**CONFIGURATION**

Todo...

**DEPENDENCIES**

* Java Paho library
* phpMQTT library

**JAVA compile & run**

compile: javac -Xlint -classpath org.eclipse.paho.client.mqttv3-1.1.0.jar MQTTSamplePaho.java

run: java -classpath org.eclipse.paho.client.mqttv3-1.1.0.jar:. MQTTSamplePaho