1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-07-02 12:52:41 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
John Fleming
288c566052 add a . to comment. add a space to init. Add checks for reader and writer 2024-01-31 21:40:50 -05:00
John Fleming
b8df0bb394 Set all logs to debug level and remove commented out log config. 2024-01-31 21:33:46 -05:00
John Fleming
83b1fdcd72 Remove unused init options and no data check for remote server 2024-01-31 21:30:43 -05:00
John Fleming
bae8aee211 Looks like even with a 30 second timeout you can still get no data. Change flow control from break to continue to keep main loop runnning. 2024-01-31 02:44:20 -05:00
John Fleming
97e639a02f Try to add POC for working telnet proxy muxer again. 2024-01-31 01:37:24 -05:00
John Fleming
df907028eb First POC of working telnet proxy. Still needs work to add functionality of eixsting telnet_server.py but no longer throws exception when deleting project. 2024-01-31 01:34:37 -05:00
John Fleming
d82a3085eb
Update sftelnetproxymuxer.py
Add something under exception.
2024-01-30 23:13:55 -05:00
John Fleming
357dea430d
Update sftelnetproxymuxer.py
await was missing space
2024-01-30 23:12:01 -05:00
John Fleming
d8a6e7b90b Add shutdown method to sftelnetproxymuxer.py 2024-01-28 08:55:24 -05:00
John Fleming
f9fd629641 Correct comment about shield 2024-01-28 08:39:08 -05:00
John Fleming
157dc207b7 Move log statment to be last line of init 2024-01-28 08:37:46 -05:00
John Fleming
e39b317185 rename SFTelnetProxyMuxer.py to sftelnetproxymuxer.py. Set all inital options to False. Add check exception if remote_port or listen_port aren't defined. 2024-01-28 08:29:21 -05:00