From ee3c1bbd579acc2c9e71bb1d8af73f448d795089 Mon Sep 17 00:00:00 2001 From: "Brutzman, Don" <brutzman@nps.edu> Date: Tue, 15 Sep 2020 15:04:31 -0700 Subject: [PATCH] note jar design, relevance --- lib/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/README.md b/lib/README.md index cd707cfc5d..235c7b4885 100644 --- a/lib/README.md +++ b/lib/README.md @@ -1,3 +1,8 @@ ## 'lib' project library directory This directory contains library jar files used by each of the course project directories. + +Of note: + +* open-dis7-enumerations jar files contain all [SISO-REF-010](../specifications/README.md) values with sources automatically created from authoritative SISO XML as part of [open-dis7-source-generator](https://github.com/open-dis/open-dis7-source-generator) project +* open-dis7-java jar files contain all [IEEE PDU packet types](../specifications/IeeeDisPduColorFigures.pdf), with sources automatically created from [XML descriptions](https://github.com/open-dis/open-dis7-source-generator/tree/master/xml) and results collected as part of [open-dis7-java](https://github.com/open-dis/open-dis7-java) project -- GitLab