Hello,
I was using the disjava portion of xmsf in a separate project, and I noticed a bug.
in mil/navy/nps/util/UnsignedInt.java:
The maximum value for the UnsignedInt class is
Integer.MAX_VALUE. This limitation prevents large values for relative DIS timestamps.
This isn't a problem for DisCppJava, because it uses a long for it's timestamp representation.
regards,
Ben