netxduo mqtt application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-18 3:28 AM
Hallo,
I have to question, all about netxduo.
1. how to set the pool size of netxduo at the least value possible
2. I need to use the mqtt client packet. Is it necessary also to enable the arp protocol, icmp protocol, the TCP protocol, the udp protocol, create the dhcp client and the SNTP client? Sorry but I haven't found suffcient documentation about netxduo.
Thank you.
Any help would be very appreciated.
Solved! Go to Solution.
- Labels:
-
STM32U5 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-16 6:22 AM
Hello @IVent.1 ,
ICMP is not necessary for MQTT to work, it is useful in network diagnosis such as ping.
UDP is not required TCP is DHCP could be if you are using dynamic addressing to set the IP address to the board SNTP not needed.
you can check the MQTT addon and check the examples of MQTT DEVELOPED for B-U585I-IOT02A:
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-16 6:22 AM
Hello @IVent.1 ,
ICMP is not necessary for MQTT to work, it is useful in network diagnosis such as ping.
UDP is not required TCP is DHCP could be if you are using dynamic addressing to set the IP address to the board SNTP not needed.
you can check the MQTT addon and check the examples of MQTT DEVELOPED for B-U585I-IOT02A:
Regards
