# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. # Line up the first '|' above the ':' following the base package name, and # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| modemu2k: modemu2k (Hayes-style AT-command modem emulator) modemu2k: modemu2k: modemu2k bridges a serial-style interface to a TCP or Telnet modemu2k: endpoint. It ships as a C library (libmodemu2k) exposing the modemu2k: modem state machine, plus a small CLI built on top that allocates modemu2k: a PTY and either reads stdin/stdout directly, forks a comm program modemu2k: (minicom, picocom) on the slave, or accepts an incoming TCP modemu2k: connection as the TTY. IPv4 and IPv6 are supported. modemu2k: modemu2k: Homepage: https://github.com/theimpossibleastronaut/modemu2k modemu2k: