Does anyone know how to test network transmission speed on bare metal(basically, just a kind of OS not base on linux)? I got a kind of bare metal application with driver, and could connect to Universal PC via std udp socket but common test software such as iperf3, netperf currently no available implementations have been found. Is there a better way to test the efficiency of a network connection than to directly test the packet rate in the current situation?