README.rst
1================================================
2Debug transport using a simple socket connection
3================================================
4
5This example implements an example debug transport which uses a Linux or
6Windows TCP server socket on the debug target.
7
8Files:
9
10* ``duk_trans_socket.h``: header file for the transport, used for both Linux
11 and Windows socket variants.
12
13* ``duk_trans_socket_unix.c``: implementation for Linux/Unix.
14
15* ``duk_trans_socket_windows.c``: implementation for Windows.
16
17Compile either Unix or Windows source file only.
18