diff --git a/README.md b/README.md index cd159de880853488d26fc4f7d8b4abbebbabfcdf..c1eda8763b9968c42c9b7b7ebe4b7b9fd90dfb2e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,16 @@ -# open-dis7-java -Complete type-safe java implementation of the DIS Protocol version 7 (IEEE 1278.1-2012) and SISO-REF-010 Enumerations specifications. +# open-dis7-java Library -This project provides a complete implementation of the IEEE DIS Protocol and -associated enumerations from the +This project provides a complete type-safe Java implementation of the IEEE DIS Protocol. +n support includes IEEE Distributed Interactive Simulation (DIS) Protocol version 7 (IEEE 1278.1-2012) +and Simulation Interoperability Standards Organization SISO-REF-010 Enumerations specifications. +The majority of source code is autogenerated by the [open-dis7-source-generator](https://github.com/open-dis/open-dis7-source-generator) project. -Additional testing and experimentation is performed in the NPS MOVES -[Networked Graphics MV3500](https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500) course. +Also available: +[https://savage.nps.edu/open-dis7-java/javadoc/](Javadoc), +[https://savage.nps.edu/open-dis7-java/xml/DIS_7_2012.autogenerated.xsd](XML Schema) and +[https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation](XML Schema documentation). +Additional test programs and resources are found in the NPS MOVES +[Networked Graphics MV3500](https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500) course. Recent project products include DIS stream-handling support.