Hallo,
kennt irgendeine/r von Euch einen brauchbaren chat-Ersatz? (chat wird meistens zur Unterhaltung mit Modems benutzt, um z.B. eine ppp- Verbindung anzulegen.)
Mit brauchbar meine ich mehr Konstrukte von Programmiersprachen (if, for, goto, timeout etc.) enthaltend.
Danke im voraus!
Bernhard
Hallo Bernhard,
On Fri, Nov 08, 2013 at 19:04:33 +0100, Bernhard Schiffner wrote:
kennt irgendeine/r von Euch einen brauchbaren chat-Ersatz?
[...]
Mit brauchbar meine ich mehr Konstrukte von Programmiersprachen (if, for, goto, timeout etc.) enthaltend.
# apt-cache show expect [...] Description-en: Automates interactive applications Expect is a tool for automating interactive applications according to a script. Following the script, Expect knows what can be expected from a program and what the correct response should be. Expect is also useful for testing these same applications. And by adding Tk, you can also wrap interactive applications in X11 GUIs. An interpreted language provides branching and high-level control structures to direct the dialogue. In addition, the user can take control and interact directly when desired, afterward returning control to the script. Homepage: http://sourceforge.net/projects/expect/
Habe ich mangels tcl-Kenntnissen aber noch nie benutzt.
Gruss, Chris
Hallo Christian,
Christian Perle wrote:
# apt-cache show expect
[...]
Homepage: http://sourceforge.net/projects/expect/
Habe ich mangels tcl-Kenntnissen aber noch nie benutzt.
Erstens braucht man für expect nicht wirklich große tcl-Kenntnisse (sondern vor allem die dazugehörige manpage), zweitens geht das auch prima beispielsweise von perl aus:
~> dpkg -l | grep expect | grep perl ii libexpect-perl 1.21-1 all Expect.pm - Perl Expect interface ii libexpect-simple-perl 0.04-2 all wrapper around the Expect module ii libnet-scp-expect-perl 0.16-1 all Wrapper for scp to send passwords via Expect ii libtest-expect-perl 0.31-2 all module for automated driving and testing of terminal-based programs
Gruss, Chris
Ciao, Thomas
lug-dd@mailman.schlittermann.de