diff --git a/lib/README.md b/lib/README.md index cd707cfc5df225401b304009e248c96e7c74d8f7..235c7b488556a0daf333dcf0a75a0bf11f73f0ed 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