2026-05-22 7:29 AM
Hello, I hope you are doing well.
I am currently working on benchmarking the Ethernet communication interface on an STM32H753 Nucleo board.
My setup involves sending data from a Python script to the STM32, where the data is encrypted, and then sent back. This allows me to measure the RTT and overall throughput.
I initially used Mongoose, but I encountered several issues:
I would like to know:
Thank you
2026-05-22 8:31 AM
Well. I find your question very nice.
We faced the similar problem - we wanted to have a reliable websockets conenction with a bunch (<16) of clients on IP4 and IP6 while flooding the interface with classicl flood of sync.
We were unable to get both freertos and azure stable - our fault probably - and we decided to move to a proprietary solution built on top of azure rtos and STM HAL without netxDuo.
If you mind, I can share the code, but be aware we can do only if you are based in a non-conflict area.
Let me know.
2026-05-22 8:51 AM
Hello, what you mean by non-conflict area?