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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f7344,3371e83b48d30105 X-Google-Attributes: gidf7344,public X-Google-Thread: 103376,3371e83b48d30105 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: VMS Ada TCP/IP Examples Date: 1996/09/07 Message-ID: <1996Sep7.152825.1@eisner>#1/1 X-Deja-AN: 179119481 x-nntp-posting-host: eisner.decus.org references: <50qpv3$ld0@news-e2c.gnn.com> x-nntp-posting-user: KILGALLEN x-trace: 842124536/2206 organization: LJK Software newsgroups: comp.os.vms,comp.lang.ada Date: 1996-09-07T00:00:00+00:00 List-Id: In article <50qpv3$ld0@news-e2c.gnn.com>, ajaskey@gnn.com (Andy Askey) writes: > I am in the process of trying to manage TCP port attributes using DEC > Ada and can't find any good examples of code doing interesting things > with the STARLET package. Anybody know a good place (or another > newgroup) where I can find Ada TCP/IP examples. I think what you are really suffering from is a lack of examples of TCP/IP examples using the QIO interface (STARLET) in _any_ language. The appropriate calls will differ between vendors although serious vendors also emulate the UCX calls and UCX has an inefficient method for emulating the Multinet calls. Check out the documentation for the particular TCP/IP package you are using for QIO programming -- doing it in Ada is easier because the compiler will catch your mistakes. If you need to compare approaches from the various vendors, look at the source for the NETLIB library from the DECUS tapes. It is written in Bliss, but for your purposes it should read the same as Pascal or Ada. Larry Kilgallen