Setting up MQTT using HiveMQ into IIS

0

I am on Window Server 2008 running PHP 7+. I'm currently setting up MQTT server/broker over website using HiveMQ with port 8080 for web and 8888 for listener:

I have test out using my IP pub and sub and working perfectly through port 8888

  • mqtt://xxx.xxx.xxx.xxx:8888 this host on another computer eg:xx.xx.xx.20

Now, I want to do like this:

  • mqtt://mywebsite.com:8888 this website in on another computer eg:xx.xx.xx.10

I have website and run perfectly with php like this

  • http://mywebsite.com/

I connect my website computer to MQTT website computer by using PHP include.

Mystogan

Posted 2019-03-26T14:45:57.287

Reputation: 1

No answers