Please add TCP connection option

Issue #8 on hold
Former user created an issue

Can you please add a TCP connection option? I have a wifi board embedded in my neato and am trying to get this app to connect to the serial port through ser2net.

Comments (5)

  1. heX or repo owner

    Good idea, but ser2net use rfc2217 protocol (http://tools.ietf.org/html/rfc2217.html).

    It is an old and rare unnamed protocol. And it is not easy.

    I can add "telnet" mode - just send packets to TCP port (its easy)).

    And I can invent (or find) command to Linux console to redirect telnet without any additional software.

  2. Unknown Name

    "telnet" mode is exactly what I'm looking for. My version of ser2net also supports raw mode that I connect to with telnet/netcat without using rfc2217.

    Thank you.

  3. Log in to comment