Hello,

I'd like to report some typos I stumbled upon while working through the 
CommEffect docs [1].

The example in step 6 reads:

<!DOCTYPE commeffect system 
"file:///usr/share/emane/commefect/dtd/commeffectfilters.dtd<file:///\\usr\share\emane\commefect\dtd\commeffectfilters.dtd>">

Correcting "system" and incorrect path:

<!DOCTYPE commeffect SYSTEM 
"file:///usr/share/emane/dtd/commeffectfilters.dtd<file:///\\usr\share\emane\dtd\commeffectfilters.dtd>">

Same example, at the bottom, typo "broadcastcast":


<broadcastcastbitrate>8096</broadcastcastbitrate>

Unfortunately, errors from the XML parser are currently being suppressed:

--- filterreader.cc, line 295
if(!(pDoc = xmlCtxtReadFile(pContext,
                                      pzFilename,
                                      0,
                                      XML_PARSE_DTDVALID|XML_PARSE_NOERROR)))

I would kindly suggest removing that flag ;-)

Another thing that confused me was the explanation of the "filterfile" 
parameter, which says: "Defines the absolute URI of the...", although a 
relative path such as "myfilter.xml" is fine as well.

Thanks,
Best regards
Jonathan Kirchhoff

[1] https://github.com/adjacentlink/emane/wiki/Comm-Effect-Model
--
Jonathan Kirchhoff, M.Sc.

Robust Heterogeneous Networks
Communication Systems (KOM)
Fraunhofer Institute for Communication, Information Processing and Ergonomics 
FKIE

Zanderstr. 5 | 53177 Bonn | Germany
Phone  +49 228 50212-475 | Fax +49 228 50212-688
[email protected]<mailto:[email protected]>

_______________________________________________
emane-users mailing list
[email protected]
http://pf.itd.nrl.navy.mil/mailman/listinfo/emane-users

Reply via email to