You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently working on it. Will file PR within day or two.
PS: Also found some crtitcal typos (like when variable initialized as munitionExpendableID and used as munitionExpendibleID)
In the
dis_sender.py
, the emitted ESPDU has its length field set to zero.The code in that example doesn't manipulate the length field.
This matters if you're using, say, open-dis java's PduFactory#getPdusFromBundle()`, which relies on this field's value.
The text was updated successfully, but these errors were encountered: