OVMS3/OVMS.V3/components/duktape/examples/debug-trans-dvalue
2022-04-06 00:04:46 +02:00
..
duk_trans_dvalue.c Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
duk_trans_dvalue.h Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
Makefile Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
README.rst Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
test.c Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00

===========================================================
Debug transport with local debug protocol encoding/decoding
===========================================================

This example implements a debug transport which decodes/encodes the Duktape
debug protocol locally into a more easy to use C interface, which is useful
for debug clients implemented locally on the target.  The example also
demonstrates how to trial parse dvalues in C.