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
95f5f994
Commit
95f5f994
authored
2 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
improved README summaries
parent
b780cd66
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/src/README.md
+15
-0
15 additions, 0 deletions
examples/src/README.md
examples/src/TcpExamples/README.md
+2
-0
2 additions, 0 deletions
examples/src/TcpExamples/README.md
examples/src/UdpExamples/README.md
+2
-0
2 additions, 0 deletions
examples/src/UdpExamples/README.md
with
19 additions
and
0 deletions
examples/src/README.md
0 → 100644
+
15
−
0
View file @
95f5f994
## MV3500 Examples Source Archive
### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/README.md
1.
[
TcpExamples
](
TcpExamples
)
show how to create connection-oriented Transmission Control Protocol (TCP) sockets
2.
[
UdpExamples
](
UdpExamples
)
show how to create User Datagram Protocol (UDP) sockets
3.
[
OpenDis4Examples
](
OpenDis4Examples
)
illustrate use of (legacy) OpenDis4 library for IEEE Distributed Interactive Simulation (DIS) Protocol
4.
[
OpenDis7Examples
](
OpenDis7Examples
)
illustrate use of latest OpenDis7 library for IEEE Distributed Interactive Simulation (DIS) Protocol
5.
[
SimkitOpenDis7Examples
](
SimkitOpenDis7Examples
)
provides simple examples combining Simkit Discrete Event Simulation (DES) and IEEE DIS
6.
[
HttpServletExamples
](
HttpServletExamples
)
shows how to use Java Servlets as server-side code running on an http server
This diff is collapsed.
Click to expand it.
examples/src/TcpExamples/README.md
+
2
−
0
View file @
95f5f994
## TCP Examples Source Code
## TCP Examples Source Code
Programs in this directory show how to create connection-oriented Transmission Control Protocol (TCP) sockets
### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/TcpExamples/README.md
### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/TcpExamples/README.md
| Telnet example | Telnet connection counting |
| Telnet example | Telnet connection counting |
...
...
This diff is collapsed.
Click to expand it.
examples/src/UdpExamples/README.md
+
2
−
0
View file @
95f5f994
## UDP Examples Source Code
## UDP Examples Source Code
Programs in this directory show how to create User Datagram Protocol (UDP) sockets
### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/UdpExamples/README.md
### View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/UdpExamples/README.md
| Unicast UDP Sender packets in Wireshark | Multicast UDP Sender packets inWireshark |
| Unicast UDP Sender packets in Wireshark | Multicast UDP Sender packets inWireshark |
...
...
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