Giter Site home page Giter Site logo

sexybiggetje / modemu2k Goto Github PK

View Code? Open in Web Editor NEW

This project forked from theimpossibleastronaut/modemu2k

0.0 1.0 0.0 608 KB

modemu2k is a fork of modemu, a telnet client with a modem-like user interface

License: GNU General Public License v3.0

C 45.17% Shell 16.81% M4 37.38% sed 0.09% C++ 0.55%

modemu2k's Introduction

modemu2k is a fork of modemu, originally developed by Toru Egashira

(Travis Build status
<https://travis-ci.org/theimpossibleastronaut/modemu2k>)


What is modemu2k?
---------------

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.

Maintainer: Andy Alt <[email protected]>
License: GNU GPL 3
Home page: <https://github.com/theimpossibleastronaut/modemu2k>

Other contact/chat room: <https://gitter.im/modemu2k/Lobby>


Translation
-----------

If you're interested in translating the output messages for modemu2k,
see the [TRANSLATE.md](TRANSLATE.md) document.


Compilation
-----------

./configure
    Use ./configure --help to see extra options

make

`make install` is optional. The binary can be run from the src/
directory.

Making SOCKSified or Termified Modemu2k may require changes to
src/Makefile.am.


Sample Usage
------------

Note: while in the program if backspace doesn't work, use CTRL+H.

1) Stand alone usage

  Invoked with no option,

  > modemu2k

  modemu2k reads from standard input and writes to standard output.
  Input

  > atd"localhost

  (prompt ">" is not shown) You will see your host's login prompt
  (if a server is running). When you disconnect, you will get "NO
  CARRIER" indication. Then input

  > at%q

  to quit modemu2k.

2) With a comm program

  (This example uses XC as the comm program)

  Invoke with "-c" option,

  > modemu2k -c "xc -l tty%s"

  you see XC runs. Go to the terminal mode and input

  > atd"localhost

  Yes, modemu2k makes the comm program a telnet client.

  To quit modemu2k, just quit the comm program.

(*) Almost all file xfer protocols require 8bit through connection,
which means Modemu2k must be in the binary transmission mode.  See %B
command description in the man page.

More details are in the QuickStart guide
<https://github.com/theimpossibleastronaut/modemu2k/blob/master/QuickStart>

modemu2k's People

Contributors

andy5995 avatar antwonthegreat avatar erick2280 avatar ggn0 avatar junereycasuga avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.