423 views
in System Integration by
Is it possible to communicate with MQTT from the GUI/Application?

Unfortunately I haven't found a direct way so far.
I wrote a Python script that writes received messages to a text file. I query this text file from the GUI and evaluate the string.

1 Answer

0 votes
by

Hello Alexander,

out of the box support for MQTT is not provided. But you can implement the necessary communication. Doing this please have in mind, that GUI applications created with EW have no access to other external code, hardware, file system, network, etc.. Therefore, to exchange any data you implement first an adequate interface. The following chapters address the corresponding aspects:

Integrating with the device

Implementing a Device Interface

Best regards

Paul Banach

 

 

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...