From dfd3879e857e55464065a5c1e9c54c7e520317fb Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sat, 14 Aug 2021 20:01:18 -0700 Subject: [PATCH] check remaining byte array for PDU bundle, might simply consist of additional padding --- examples/src/OpenDis7Examples/AllPduReceiverLog.txt | 12 +----------- examples/src/OpenDis7Examples/AllPduSenderLog.txt | 4 ---- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/examples/src/OpenDis7Examples/AllPduReceiverLog.txt b/examples/src/OpenDis7Examples/AllPduReceiverLog.txt index 0c4e6639a4..9c9648192d 100644 --- a/examples/src/OpenDis7Examples/AllPduReceiverLog.txt +++ b/examples/src/OpenDis7Examples/AllPduReceiverLog.txt @@ -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) diff --git a/examples/src/OpenDis7Examples/AllPduSenderLog.txt b/examples/src/OpenDis7Examples/AllPduSenderLog.txt index 462c5db627..6e4a9f03b4 100644 --- a/examples/src/OpenDis7Examples/AllPduSenderLog.txt +++ b/examples/src/OpenDis7Examples/AllPduSenderLog.txt @@ -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> -- GitLab