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: 103376,61cba7999ff0c6bc X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: stream uniform data representation Date: 1999/01/22 Message-ID: #1/1 X-Deja-AN: 435689441 Sender: matt@mheaney.ni.net References: <36A88F0E.1C09A2E5@dis.ulpgc.es> NNTP-Posting-Date: Fri, 22 Jan 1999 09:15:01 PDT Newsgroups: comp.lang.ada Date: 1999-01-22T00:00:00+00:00 List-Id: Jose Miguel Santos Espino writes: > Hello. > > I need a package which redefines the (un)marshalling into > streams for elementary types, so that stream contents can be > transmitted between heterogeneous machines. An XDR representation > should be ideal. Where can I find a free code for this? > NOTE: I don't want to use any Distributed Annex stuff. Doesn't GNAT translate formats through XDR as an intermediary? You don't have to use the DSA, but you could see if there's any GNAT source that you could make use of. Source for GNAT is at NYU FTP site.