Re: Target interaction during development
Hi Alberto, great news! One of the ways you can interact with EVerest on the target is indeed via mqtt, you might have to allow connections from the outside to the mqtt broker you are running on the target if this is something you want to do. You could use Node-RED (which should already be included in the meta-everest layer and therefore might already be installed on your target) https://nodered.org/ Here you could use one of the software-in-the-loop UI flows we distribute with everest-core: https://github.com/EVerest/everest-core/tree/main/config/nodered Parts of this SIL documentation have references to working with Node-RED, which might be useful for you as well: https://everest.github.io/tutorials/run_sil/index.html Or you can build your own, for this reason we have a API module that exposes some of the internal communication to the outside (via mqtt under the everest_api/ prefix): https://github.com/EVerest/everest-core/tree/main/modules/API I hope this helps you, regards Kai Am Mo., 12. Dez. 2022 um 13:15 Uhr schrieb Alberto Merciai <alb3rt0.m3rciai@...>:
-- Kai-Uwe Hermann Softwareentwickler Pionix GmbH Am Mühlgarten 8 76669 Bad Schönborn Germany Telefon: +49 (0)151 587 80 653 E-Mail: kai-uwe.hermann@... Amtsgericht Mannheim, HRB 739172 Geschäftsführer: Johanna Claussen, Dr. Marco Möller, Benjamin Mosler Hinweise zum Datenschutz https://pionix.com/datenschutz/ |
|