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.
- Host: GitHub
- URL: https://github.com/vatri/iot-test-java-php
- Owner: vatri
- Created: 2016-11-16T11:46:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T11:52:24.000Z (over 9 years ago)
- Last Synced: 2025-01-14T05:32:42.691Z (over 1 year ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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