micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

DRAFT: micropython/aiorepl: Allow passing in stream to use.

Open andrewleech opened this issue 7 months ago • 0 comments

Update aiorepl to allow passing in the in/out streams to use, defaults to sys.stdin/out if not provided.

Could be used for instance to run an aiorepl over a network socket to provide a telnet like interface.

Built on top of https://github.com/micropython/micropython-lib/pull/1005

TODO testing and documentaion

andrewleech avatar Jun 03 '25 03:06 andrewleech