Relative Content

Tag Archive for c++lwip

eiq with lwip in C++, udp cannot receive

I’m using a Raspberry Pi to transmit Ethernet data, and a development board (rt1170 evk) to receive it and perform inference using TensorFlow Lite. The Ethernet UDP data is received using lwIP in C, while TensorFlow Lite is used in C++.