Skip to content
  • Paul Sokolovsky's avatar
    extmod/modwebrepl: Module to handle WebREPL protocol. · 25d0f7d5
    Paul Sokolovsky authored
    While just a websocket is enough for handling terminal part of WebREPL,
    handling file transfer operations requires demultiplexing and acting
    upon, which is encapsulated in _webrepl class provided by this module,
    which wraps a websocket object.
    25d0f7d5