Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
c21364f4
Commit
c21364f4
authored
7 months ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
Wireshark filter for listening to these PDUs: (udp.port == 3000) && dis
parent
068f1726
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/src/OpenDis7Examples/ExampleSimulationProgram.java
+2
-0
2 additions, 0 deletions
examples/src/OpenDis7Examples/ExampleSimulationProgram.java
examples/src/OpenDis7Examples/ExampleSimulationProgramLog.txt
+111
-110
111 additions, 110 deletions
...ples/src/OpenDis7Examples/ExampleSimulationProgramLog.txt
with
113 additions
and
110 deletions
examples/src/OpenDis7Examples/ExampleSimulationProgram.java
+
2
−
0
View file @
c21364f4
...
...
@@ -415,6 +415,8 @@ public class ExampleSimulationProgram
*/
public
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
(
"Wireshark filter for listening to these PDUs: (udp.port == 3000) && dis"
);
// &&
thisProgram
=
new
ExampleSimulationProgram
(
"test constructor"
);
// create instance of self within static main() method
thisProgram
.
disChannel
.
printlnTRACE
(
"main() started..."
);
...
...
This diff is collapsed.
Click to expand it.
examples/src/OpenDis7Examples/ExampleSimulationProgramLog.txt
+
111
−
110
View file @
c21364f4
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment