Search found 2 matches

by Bogdan58
Tue Jun 24, 2025 7:07 pm
Forum: Coding Questions
Topic: Sending MQTT messages
Replies: 7
Views: 829

Re: Sending MQTT messages

Correction, I don't see any packets as MQTT protocol in Wireshark. I am seeing just regular packets on port 1883.
by Bogdan58
Tue Jun 24, 2025 6:52 pm
Forum: Coding Questions
Topic: Sending MQTT messages
Replies: 7
Views: 829

Sending MQTT messages

Hi, I'm new to this forum and just starting with PureBasic. I would like to send MQTT topic messages from PureBasic and to do that I have to send data in HEX while the SendNetworkString function sends data as string. So I used a HEX() function to convert the values to string. The problem is that I ...