diff --git a/src/overview.html b/src/overview.html new file mode 100644 index 0000000000000000000000000000000000000000..40abdfe1885b442fb760977343ccd8febe0daa9d --- /dev/null +++ b/src/overview.html @@ -0,0 +1,22 @@ +<html> + <body> + <p> + <a href="https://github.com/open-dis/open-dis7-java" target="_blank">open-dis7-java</a> + provides a complete type-safe Java implementation of the DIS Protocol version 7 (IEEE 1278.1-2012) and SISO-REF-010 Enumerations specifications. + interfaces and objects, all as open source. + </p> + <p> + Over 22,000 SISO-REF-010 enumeration values are provided. + IEEE DIS Protocol Data Unit (PDU) packet-definition classes are defined in the + <a href="edu/nps/moves/dis7/pdus/package-summary.html">edu.nps.moves.dis7.pdus</a> package. + </p> + <p> + Further examples, presentations and projects are provided in + <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500" target="_blank">Networked Graphics MV3500</a> + course archive by the + <a href="https://nps.edu/web/moves" target="_blank">Modeling, Virtual Environments, Simulation (MOVES) Institute</a> + of the + <a href="https://www.nps.edu" target="_blank">Naval Postgraduate School (NPS)</a>. + </p> + </body> +</html> \ No newline at end of file