Dear all
Try to import an equivalent MQTT example in zephyr project for MCUX extension and found it is quite confusing with similar names like mqtt_publisher, tried and not working. I wonder whether there is one like it has on SDK, which is the project I started with our products.
Any working lwip project like DHCP to start with? I am using RT1024 EVK for now.
Thank you.
Ping Wang
Thanks for reply, Jennie
Found the DHCP client example and it works, but the MQTT publisher doesn't work and document says it is for MQTT v3.1.1, which is a bit old.
Not sure there is any plan to update some new samples for lwip side?
Regards!
Ping
Zephyr is open source project which is not owned by NXP.
So for this further question , I suggest you query on Zephyr Github discussion forum:
https://github.com/zephyrproject-rtos/zephyr
Thanks for your understanding,
Jun Zhang
HI
The latest Zephyr demo code package is
https://docs.zephyrproject.org/latest/samples/index.html
there is MQTT demo code inside but may not for RT. You can refer it as reference.
Thanks,
Jennie