From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6438fcbce5a24e6e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-22 18:40:42 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!paloalto-snf1.gtei.net!news.gtei.net!enews.sgi.com!newshub2.rdc1.sfba.home.com!news.home.com!news2.rdc2.tx.home.com.POSTED!not-for-mail Sender: minyard@wf-rch.cirr.com Newsgroups: comp.lang.ada Subject: Ada telnet protocol engine Reply-To: minyard@acm.org From: minyard@acm.org Message-ID: X-Newsreader: Gnus v5.7/Emacs 20.7 Date: Sun, 23 Sep 2001 01:40:41 GMT NNTP-Posting-Host: 24.7.109.109 X-Complaints-To: abuse@home.net X-Trace: news2.rdc2.tx.home.com 1001209241 24.7.109.109 (Sat, 22 Sep 2001 18:40:41 PDT) NNTP-Posting-Date: Sat, 22 Sep 2001 18:40:41 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:13257 Date: 2001-09-23T01:40:41+00:00 List-Id: Hello all, I've been playing with Ada a little lately, and I have implemented a telnet protocol engine in Ada95. It's pretty complete, but it's still beta. With this, it would be pretty simple to implement a telnet client or server. It's on my web page at http://members.home.net/minyard. The build process is not complete. I'm not sure what to do with this. I could add it to my Ada structured library, I guess, or maybe it could be part of adasockets. It seems a little small to package by itself. Any advice on this? I'm also planning to work on a command processor that can sit on top of an Ada stream (like the telnet protocol engine, for instance). -Corey