Modemu2k is a fork of modemu, originally developed by Toru Egashira. Modemu2k adds telnet capability to a comm program. It can redirect telnet I/O to a pty so that a comm program can handle the pty as a tty with a real modem, and allows you to use a comm program's scripting
and file transfer features over telnet.
Homepage
Download
Recent Releases
0.0.524 Aug 2019 03:15
minor feature:
IPv6 connections can now be made.
.
To specify a non-standard port, you must use a space now instead of.
a colon
.
Replaced obsolete gethostbyname() with getaddrinfo().
.
If the m2k-minicom.sh script is run from the scripts/ directory, it will.
use the dev build of modemu2k in src/.
0.0.418 Aug 2019 06:37
minor feature:
* Fixed --version output
* Added script to invoke minicom: 'm2k-minicom.sh'
* Infrastructure to implement testing with `make check` added.