Robatronic
Robatronic
1. I'm working on building one presently, I'll let you know how that goes. :) 2. I have tried both ConPTY and WinPTY with the same results.
Here's what I wrote: import logging logging.basicConfig(level=logging.DEBUG) from winpty import PtyProcess as PtyProcessUnicode, Backend import time import codecs import socketserver pty = None OUTPUT_CACHE = b'' class ptyTCPHandler(socketserver.BaseRequestHandler): """ The...
This is the output on connecting: 0;C:\Windows\System32\cmd.exeMicrosoft Windows [Version 10.0.18363.1556][9C (c) 2019 Microsoft Corporation. All rights reserved. [52C D:\sandbox\epics\pyProcServ\area_51>[16C
...then, after hitting enter and typing in dir.... D:\sandbox\epics\pyProcServ\area_51>ddirir Volume in drive D is DATA[35C Volume Serial Number is DCBD-282A[27C [61C Directory of D:\sandbox\epics\pyProcServ\area_51[12C [61C 2022-08-17 04:51 PM .[21C 2022-08-17...
Telnet settings: Escape Character is 'CTRL+]' Will auth(NTLM Authentication) Local echo off New line mode - Causes return key to send CR & LF Current mode: Console Will term type...
Looking at it, I'm starting to wonder if some of the escape codes aren't being sent as an atomic unit.....
The terminado project is very slick. I'm trying to do similar with regular sockets rather than websockets.....
It does I first found Terminado in Jupyterlab and dug in to find it uses pyWinPty. I have another experiment I want to do to try and track down where...
Did anything ever come of this one....?
Something similar. Running procServ in a Windows cmd prompt with an ioc that starts out of batch file. When connecting with telnet, the welcome message shows up, but no ioc...