Topic: WolfMQTT on NXP T2080 and VxWork 7 and PykoOS and LX2020
Hi,
I would like to port WolfMQTT library on a Curtiss Wright VME-196 board https://www.curtisswrightds.com/product … e-196.html and VxWorks 7 SR0650 64bit OS.
The VME-196 board uses a NXP T2080 processor (1.8 GHz dual-threaded PPC e6500 core , BIG-ENDIAN ) .
The BSP for Workbench4 uses a GNU 8.3.0.2 compiler.
I created new Downloadable Kernel Image (DKM) Project under Workbench and after I included WolfMQTT src and header files in my DKM project; I also added the BIG_ENDIAN_ORDER define. Are there other defines or configurations you suggest for porting WolfMQTT on my board?
To test the WolfMQTT client I created an MQTT 5.0 Broker on a Windows host, developed with .NET library . Which client example do you suggest to use to test my workbench project? Is there any particuler settings that my MQTT Broker should have in order to connect with WolfMQTT client?
Thanks in advance for the support.