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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7a4ea6d223d42bf6 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newscon06.news.prodigy.com!newscon02.news.prodigy.com!prodigy.net!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: OT: Looking for a protocol Date: 21 Jan 2006 23:17:26 -0600 Organization: LJK Software Message-ID: <$fStXzgEBCCM@eisner.encompasserve.org> References: <4ICdnd7w5epKeU_eRVn-hA@comcast.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1137906937 27929 192.135.80.34 (22 Jan 2006 05:15:37 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sun, 22 Jan 2006 05:15:37 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:2569 Date: 2006-01-21T23:17:26-06:00 List-Id: In article <4ICdnd7w5epKeU_eRVn-hA@comcast.com>, "Steve" writes: > It's off topic, but I know smart guys hang out on CLA so I'll ask anyway. > > I'm looking for a standard in which XML metadata is used to describe the > structure of binary data. > > I want to send packets of binary data across TCP/IP with each packet > preceded by a globally unique identifier (GUID) that identifies > corresponding XML metadata. If the receiver does not already have the > metadata, it can be requested from a server. Otherwise the receiver uses > the metadata to interpret the binary data. > > It sounds so simple, someone has probably already done it. Is there a > standard? To me this seems like a problem susceptible to ASN.1, but that is my bias.