Git Product home page Git Product logo

dis-tutorial's Introduction

Distributed Interactive Simulation: The Missing Handbook

Disclaimers

  1. Work in progress (active someday again, we hope). Everything is uncertain at this point. I'm not sure what will work and what will not. Full of typos, not yet to first draft status, footnotes are a mess, prose is lousy, etc.
  2. The objective is to get content that can be updated by many experts, and a document structure that can help pull that off.
  3. Note that we are comparing the use of GitHub Wiki and GitHub Pages technologies for this tutorial. Both are in use and not in sync.
    1. The tutorial pages kept in the Wiki can be checked out with git (do a checkout on https://github.com/open-dis/DISTutorial.wiki.git) or to just read it, click on the "Wiki" link at the top of this project.
    2. The tutorial pages kept in the code repository are published with GitHub Pages and available to read at this address: https://open-dis.github.io/dis-tutorial/

Contents

  1. Intro
    • DIS Background
    • DIS History
  2. DOD Modeling and Simulation Standards
    • DIS
    • HLA
    • TENA
    • What is standardized?
    • Philosophy: partial implementations of DIS abound
  3. Live, Virtual, Constructive (LVC)
    • Example DIS applications
      • Situational awareness: maps
      • Simulation interoperability
      • Virtual Worlds
      • Analysis: Recording and Playback
  4. Virtual World Issues
  5. DIS Implementations
  6. PDUs: Exchanging State Information
  7. A Minimal DIS Networking Example
  8. Technology
    • Web
    • Websockets
    • X3D
    • Unity
    • WebRTC
  9. TODO
  10. Credits
    • Initially authored Don McGregor

dis-tutorial's People

Contributors

brutzman avatar camejia avatar conardist3 avatar craffty avatar kaleman avatar leif81 avatar mcgredonps avatar ngjunsiang avatar terry-norbraten avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dis-tutorial's Issues

DIS Test Bed Reference / Section

Greetings and great work on this tutorial. You folks are doing a great job of fulfilling the need for information on DIS for those of us involved in M&S.

Would it be worth putting in a section or a reference on how to build a rudimentary DIS test bed? I'm to the point where the way I'm going to learn is by seeing DIS PDUs flowing around a network, but I don't know where to start.

I know this is a little vague, but I'm looking for a jumping off point to building basic DIS models and pass PDUs around a network, and the tutorial might be a good place for a reference to this.

Dead Reckoning Algorithm Table

The table in the Dead Reckoning wiki page should read:

Value Description
0 Other
1 Static (Entity does not move.)
2 DRM(F, P, W)
3 DRM(R, P, W)
4 DRM(R, V, W)
5 DRM(F, V, W)
6 DRM(F, P, B)
7 DRM(R, P, B)
8 DRM(R, V, B)
9 DRM(F, V, B)

It looks like 3 and 4 have been duplicated (remove the dup) and the additional "DRM(F, P, W)" in 1 should be shifted down.

Inclusive language

Please remove all references to 'he' and use 'they' (or alternative inclusive term) instead.

clear description of wireshark use

It's not clear to me from the documentation how to employ wireshark correctly.

I have been working on the c++ opendis implementation, and I am trying to ascertain how to use wireshark properly. the Documentation explains what wireshark is and what it does. but the instructions for how to verify it works for a specific example I haven't found. I would be glad to add the documentation, but I don't know how to do it yet.

Sync repo and wiki

This project code repository was the initial source of the tutorial. Midway through development it was copied by @mcgredonps into the project wiki (https://github.com/open-dis/dis-tutorial/wiki).

The problem is that having the tutorial docs in two places causes some confusion for readers and maintainers about which is the source of the tutorial. I can only assume the docs are out of sync already.

We need to decide which to keep (code or wiki) and then turn off (or remove) the other.

Possible missing files in tutorial folder

I am looking to generate the documentation in the tutorial folder, and the pandoc_MD_order.txt seems to call out folders/files that don't exist in the clone. For example the folders III_DIS_Messages and IV_DIS_Issues don't exist.

Index Exception PduTypeDIS7 Line 118

The DIS 7 version of the PduType enum appears to be a modified copy-paste of the Dis 6 version. Though new PDU type enums have been added, the lookup array initialization is initialized on line 109 with a length corresponding to the DIS 6 version (68). When the enums with indexes beyond that are added by the static initializer on line , an index exception occurs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.