mcgredonps / open-dis

Javascript implementation of IEEE-1278.1, Distributed Interactive Simulation protocol, widely used in military simulations
BSD 2-Clause "Simplified" License
6 stars 1 forks source link

Signal pdu #4

Closed seanidzenga closed 2 years ago

seanidzenga commented 8 years ago

Completed implementation of the signal pdu - rather than using many nByteChunk functions I've implemented a Chunk class which takes a parameter for however many bytes you need. new oneByteChunk() == new Chunk(1) new sixByteChunk() == new Chunk(6) etc...

leif81 commented 4 years ago

@seanidzenga i merged this into the new home for this repository.

https://github.com/open-dis/open-dis-javascript

Feel free to close this PR.