• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.rstD11-Mar-2024561 1811

duk_trans_socket.hD11-Mar-2024570 1612

duk_trans_socket_unix.cD11-Mar-20248 KiB341235

duk_trans_socket_windows.cD11-Mar-202410.3 KiB415278

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