Re: MS-DIME Validator released

Affan Dar <[email protected]> Thu, 1 Aug 2002 14:37:31 -0700
Newsgroups gmane.comp.windows.devel.dime
Message-ID <E304127A226FF24EB3762B7F2F29FA1B0B5B17@RED-MSG-01.redmond.corp.microsoft.com>
The validator validates against the latest DIME spec:
http://www.ietf.org/internet-drafts/draft-nielsen-dime-02.txt

The source code is included in the download and it should be quite easy
to modify it to validate DIME messages over raw TCP as well. You just
need to remove the HTTP parser.

Thanks
Affan

-----Original Message-----
From: Ryan Daum [mailto:[email protected]]=20
Sent: Wednesday, July 31, 2002 2:29 PM
To: [email protected]
Subject: Re: [DIME] MS-DIME Validator released

Affan Dar wrote:

> Home page: http://gotdotnet.com/team/tools/web_svc/default.aspx
>
> Direct Internet Message Encapsulation (DIME) Validator is a small
> application written using .NET Framework, which sniffs DIME over HTTP
> messages and validates them against the DIME specification
> <http://www.ietf.org/internet-drafts/draft-nielsen-dime-02.txt>,
> writing errors into the local log file. The DIME Validator's purpose
> is to facilitate development of the interoperable DIME implementations
> by testing their conformance to the DIME specification. Please note
> that passing the DIME Validator tests does not guarantee full
> compliance of your client/server implementations to the DIME
> specification. The executable, source code and simple documentation
> are available for download
> <http://gotdotnet.com/team/tools/Web_svc/MSDIMEValidator.exe>.
>
Hm. which DIME specification does it test against-- the most recent? And
why only DIME in HTTP?

(My intended application for DIME needs it for delivering over a raw TCP
connection... :-) )