You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On this tutorial, we will see how to use a UDP echo server on NuttX, to test a basic UDP server.
10
+
In this tutorial, we will see how to use a UDP echo server on NuttX, to test a basic UDP server.
11
11
UDP (User datagram protocol) is a connectionless protocol with a minimum protocol mechanism. This protocol is focused on time-sensitive applications which is preferable to lose packages rather than delayed packets.
0 commit comments