Re: [Etherlab-users] Paho MQTT in C for communication

2021-04-30 Thread Florian Pose
On Wed, Apr 28, 2021 at 04:53:33PM +, Brumand-Poor, Faras wrote: > @Florian: I don't know PdServ. What is it used for? see https://gitlab.com/etherlab.org/pdserv https://etherlab.org/en/pdserv/index.php > Is there is a specific benefit from implementing the MQTT interface in PdServ > like

Re: [Etherlab-users] Paho MQTT in C for communication

2021-04-28 Thread Brumand-Poor, Faras
Von: Etherlab-users im Auftrag von Florian Pose Gesendet: Mittwoch, 28. April 2021 18:12:46 An: Dr.-Ing. Wilhelm Hagemeister Cc: etherlab-users@etherlab.org Betreff: Re: [Etherlab-users] Paho MQTT in C for communication On Wed, Apr 28, 2021 at 05:40:20PM +0200, Dr.-Ing

Re: [Etherlab-users] Paho MQTT in C for communication

2021-04-28 Thread Florian Pose
On Wed, Apr 28, 2021 at 05:40:20PM +0200, Dr.-Ing. Wilhelm Hagemeister wrote: > I suggest you run your MQTT software in a different program and transfer > your data between the MQTT program and the real time EtherLab process with > "rtipc": Even better would be implementing an MQTT interface in

Re: [Etherlab-users] Paho MQTT in C for communication

2021-04-28 Thread Dr.-Ing. Wilhelm Hagemeister
lab.org Betreff: Re: [Etherlab-users] Paho MQTT in C for communication Hallo Faras, I suggest you run your MQTT software in a different program and transfer your data between the MQTT program and the real time EtherLab process with "rtipc": https://build.opensuse.org/package/show/scie

Re: [Etherlab-users] Paho MQTT in C for communication

2021-04-28 Thread Dr.-Ing. Wilhelm Hagemeister
Hallo Faras, I suggest you run your MQTT software in a different program and transfer your data between the MQTT program and the real time EtherLab process with "rtipc": https://build.opensuse.org/package/show/science:EtherLab/rtipc This library enables you to exchange data between

[Etherlab-users] Paho MQTT in C for communication

2021-04-28 Thread Brumand-Poor, Faras
Hello, I wrote a C program, which uses the Paho MQTT libary. From this C file I can create a Simulink block and add it to my Simulation. I am also able to compile the Simulink model to C and run it. However if I try to do this in Etherlab, I always