-
https://github.com/fluffos/fluffos using libtelnet,
when using OSX telnet client to connect the server,
it will strip UTF-8 character High byte to ansi char.
Using Linux/Windows telnet client…
-
Hi,
I started to play with Helios and wanted to create basic echo Tcp server that works with any telnet client. In examples there is a TcpReactorServer, but it only works with RawSocket exmple. When …
-
greys server实际上是一个telnet server,这样子好处是telnet可以直接连接上去。但是都依赖telnet,感觉比较难扩展。
比如,想做一个图形界面的客户端,显然是很困难的。
可不可以考虑做成这样子的结构?
- agent server和client之间通过轻量级的request/response来通迅
- 展示数据的逻辑都放在client端,client可以是一个CLI…
-
| Trac | Data |
| --: | :-- |
| Ticket | 612 |
| Reported by | @Ivoshiee |
| Status | accepted |
| Component | 3rd-Party API |
| Priority | 7 (minor) |
| Version | 7.1 |
Telnet session from Windows p…
-
I did a text movie according to the examples but I always get this
```Running TCP server on 0.0.0.0:23
Playing movie sample_movies/computer.txt
----------------------------------------
Exception h…
-
Hello,
Somehow, the RELP plugin (and with it the whole Logstash server) crashes, when I do a connection test with telnet from a client to the Logstash server on the port the plugin listens to.
plugi…
-
If client sends nonexistent command, server crashes with such error:
```
node_modules\telnet\lib\telnet.js:153
return COMMAND_IMPLS[command](bufs, i + 1, event)
^
Typ…
-
# TODO
* [ ] Apply tppatch http://www.ipnet6.org/tppatch.html
* [ ] Setup serial port (telnet) communication without requiring a telnet server
https://www.laurentiupancescu.com/blog/5913767b/
…
-
In `mqttsqueeze`, currently we get an `EOFError` if the persistent CLI connection is interrupted. Better if it wrapped this and restarted somehow (probably likewise with the MQTT connection though the…
-
Right now using SoL requires reading and writing protobufs. Not ideal, but works.
We should find a way to use some of the existing clients. Maybe ubmcctl can create a Telnet socket and launch somet…