Skip to content
Snippets Groups Projects
overview.html 2.95 KiB
<html>
    <!-- this page is used as part of javadoc autogeneration -->
    <body>
        
        <h1> Course Resources </h1>
        <p>
            <!-- Note that javadoc throws an incorrect error regarding title attribute, but resulting HTML works as expected -->
            <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/README.md" target="_blank"><img src="OpenDisSurferDude.png" alt="Open-Dis Surfer Dude, Thanks Don McGregor!" style="float:right"/></a>
            <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/assignments" target="_blank">Assignments</a>,
            <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/examples" target="_blank">examples</a>, and
            <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/presentations" target="_blank">presentations</a> 
            are provided in
            <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500" target="_blank">MV3500 Distributed Simulation Fundamentals</a>
            course archive by the
            <a href="https://www.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>
        <p>
            <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/MV3500DistributedSimulationSyllabus2024JulySeptember.pdf" target="_blank">MV3500 Course Syllabus</a>
            provides a hands-on programming introduction to distributed communications in simulation applications.
        </p>
        
        <h1> References </h1>
        
        <ul>
            <li>
                The
                <a href="https://github.com/open-dis/opendis7-java" target="_blank">opendis7-java</a> 
                library provides a complete type-safe Java implementation of both
                the DIS Protocol version 7 (IEEE 1278.1-2012) and SISO-REF-010 Enumerations specifications,
                interfaces and objects, all as open source.
            </li>
            <li>
                <a href="https://savage.nps.edu/Savage/developers.html" target="_blank">Savage Developers Guide</a>
                describes system configuration supporting various software projects by the NPS MOVES Savage Research Group.
            </li>
            <li>
                <a href="https://wireshark.org" target="_blank">Wireshark</a> network protocol analyzer,
                and
                <a href="https://www.youtube.com/watch?v=TkCSr30UojM" target="_blank">Wireshark Tutorial for Beginners video</a> by Anson Alexander   
            </li>
        </ul>
        <p>
            This project Javadoc documentation is maintained online as part of 
             <a href="https://savage.nps.edu/opendis7-java" target="_blank">opendis7-java Distribution Products</a>.
        </p>
        
    </body>
</html>