jupyter-xeus/xeus

Default TCP debugger

JohanMabille opened this issue · 1 comments

xeus should provide a default implementation of TCP client and server for the debugger to avoid code duplication in downstream projects.

An example of a TCP client can be found in xeus-python.
An example of TCP server can be found in xeus-robot

Also, xeus should provide a partial implementation of the debugger interface. Only the "start" and "stop" operations are implementation specific.

Implemented in #256