4 support issues
For additional help, check out the developer's support site.
- All
- Questions
- Suggestions
- Problems
Sergio Trujillo
Apr 28, 2020
About Python 3 socket server...
Hello. I want to communicate with a Python 3 simple server example. I run this server in console mode (Windows 7 x64) with "python xxxx.py" statement and wait for client. When I connect to server from your chrome extension, server get the connexion but stop it and your plugin print "Disconnected". How can I do a socket connection to my python server?
Srikanth Kumar Lingala
Jan 10, 2019
command output
Hi,
I am able to send commands to the console through this extension. But, only thing is that, not able to see the output of that command in the console window. What I mean is that, for example, I sent a command 'ifconfig'. I am seeing that command is posted to console. But, output of that command is not visible.
Is there any way to do that?
Regards,
Srikanth.
stopkek
Oct 20, 2018
onmessage, localStorage and timer
Hello, I added some things to the extension (see subject).
If you want them feel free to contact me.
GSUGambit
Nov 18, 2017
Null Character
How do I submit the null character to mean end of stream? The WebSocket APIs I am hitting require the trailing /0. How do I do it with this tool?