Introduction - If you have any usage issues, please Google them yourself
wdbUdpLib.c - WDB communication interface UDP datagrams
The WDB agent communicates with the host using sendto/rcv function
pointers contained in a WDB_COMM_IF structure.
This library implements these methods using a lightweight UDP/IP stack
as the transport.
It supports two modes of operation interrupt and polled, and the
mode can be dynamically toggled.