open-dis / open-dis-java

Java implementation of the IEEE-1278.1 Distributed Interactive Simulation (DIS) application protocol v6 and v7 :boom:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transmitter PDU Variable Parameter Support

BlueMoose2 opened this issue · comments

Hi I was wondering when there will be an update to properly support the Variable Parameters on PDUs like the Transmitter PDU? Currently you can get the length, but are unable to get/set these fields. Is there a plan to update this soon or a workaround?

Hi @BlueMoose2
I hadn't thought about the variable params before. I'm using the Transmitter pdu in a project and haven't had a use for sending/receiving variable params yet. If you don't mind me asking, for what purpose do you have for the data in there? And do you have a sample pdu with the data I could use to test an implementation here. Thanks!

Transmitter PDU Variable Parameters were recently added in #128 .

@BlueMoose2 I think this will address your original issue here. If not please leave a comment and feel free to reopen the issue.