Since i learned to use mqtt, i wanted to use a client for vb6 to connect my older work with mobile features, but i never found a working client.
Now my 17 year old son was able to create an mqtt com server for me in c#. It was his first c# project, but it works. After installation the only thing one have to do is to link to this com server.
We made the same logic, objects, events and interface like mqtt in b4j; the only difference is, that currently only strings are used for payload and topic.
Links:
Comserver: https://www.dropbox.com/s/rp8kcn7d7q...setup.exe?dl=0
Vb6 Demo:
https://www.dropbox.com/s/oeyzby8w189lii1/MQTT.zip?dl=0
Now my 17 year old son was able to create an mqtt com server for me in c#. It was his first c# project, but it works. After installation the only thing one have to do is to link to this com server.
We made the same logic, objects, events and interface like mqtt in b4j; the only difference is, that currently only strings are used for payload and topic.
Links:
Comserver: https://www.dropbox.com/s/rp8kcn7d7q...setup.exe?dl=0
Vb6 Demo:
https://www.dropbox.com/s/oeyzby8w189lii1/MQTT.zip?dl=0
Last edited: