Skip to content
Snippets Groups Projects
Commit dfd3879e authored by Brutzman, Don's avatar Brutzman, Don
Browse files

check remaining byte array for PDU bundle, might simply consist of additional padding

parent 5b859347
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,6 @@ Deleting: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.prope
deps-jar:
Updating property file: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
Compiling 1 source file to C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\classes
warning: [options] bootstrap class path not set in conjunction with -source 8
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\src\OpenDis7Examples\AllPduReceiver.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
compile-single:
run-single:
[OpenDis7Examples.AllPduReceiver] started...
......@@ -42,12 +36,8 @@ To quit: stop or kill this process
16:00:00 received new DIS PDU DisPduType 23 ELECTROMAGNETIC_EMISSION (DisPduType 6 DISTRIBUTED_EMISSION_REGENERATION)
16:00:00 received new DIS PDU DisPduType 24 DESIGNATOR (DisPduType 6 DISTRIBUTED_EMISSION_REGENERATION)
16:00:00 received new DIS PDU DisPduType 25 TRANSMITTER (DisPduType 4 RADIO_COMMUNICATIONS)
Jul 19, 2021 1:01:12 PM edu.nps.moves.dis7.utilities.PduFactory createPdu
SEVERE: unknown pduType=DisPduType 00 OTHER, PduFactory fails
16:00:00 received new DIS PDU DisPduType 26 SIGNAL (DisPduType 4 RADIO_COMMUNICATIONS)
16:00:00 received new DIS PDU DisPduType 27 RECEIVER (DisPduType 4 RADIO_COMMUNICATIONS)
Jul 19, 2021 1:01:12 PM edu.nps.moves.dis7.utilities.PduFactory createPdu
SEVERE: unknown pduType=DisPduType 00 OTHER, PduFactory fails
16:00:00 received new DIS PDU DisPduType 28 IDENTIFICATION_FRIEND_OR_FOE (DisPduType 6 DISTRIBUTED_EMISSION_REGENERATION)
16:00:00 received new DIS PDU DisPduType 29 UNDERWATER_ACOUSTIC (DisPduType 6 DISTRIBUTED_EMISSION_REGENERATION)
16:00:00 received new DIS PDU DisPduType 30 SUPPLEMENTAL_EMISSION_ENTITY_STATE (DisPduType 6 DISTRIBUTED_EMISSION_REGENERATION)
......@@ -93,4 +83,4 @@ SEVERE: unknown pduType=DisPduType 00 OTHER, PduFactory fails
16:00:00 received new DIS PDU DisPduType 70 INFORMATION_OPERATIONS_ACTION (DisPduType 13 INFORMATION_OPERATIONS)
16:00:00 received new DIS PDU DisPduType 71 INFORMATION_OPERATIONS_REPORT (DisPduType 13 INFORMATION_OPERATIONS)
16:00:00 received new DIS PDU DisPduType 72 ATTRIBUTE (DisPduType 1 ENTITY_INFORMATION_INTERACTION)
BUILD STOPPED (total time: 1 minute 16 seconds)
BUILD STOPPED (total time: 33 seconds)
......@@ -4,10 +4,6 @@ Deleting: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.prope
deps-jar:
Updating property file: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
Compiling 1 source file to C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\classes
warning: [options] bootstrap class path not set in conjunction with -source 8
Note: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\src\OpenDis7Examples\AllPduSender.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 warning
compile-single:
run-single:
Usage: AllPduSender <multicast group> <port>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment