Skip to content
Snippets Groups Projects
Commit b086a5be authored by bweissenbergergy's avatar bweissenbergergy
Browse files

Commit diagrams for Homework #3

08/17/2020
parent dfa3ff72
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,15 @@ This program(s) do(es) the following:
- the TCP receiver calculates the result and send it back to the sender over VPN using UDP!
- the UDP receiver shows the result
The main focus was to send via TCP over a VPN, do something and send the result back via UDP.
How to run the project:
0. connect both computer with the argon net
1. run UDPResultReceiver on Bernd's computer
2. run TCPNumberReceiverUDPResultSender on Stefan's computer
3. find out Stefan's IP within the argon net
4. change the TCP_ARGON_SERVER_IP in class TCPNumberSender to Stefan's IP.
5. run TCPNumberSender
(you can edit the numbers and run TCPNumberSender multiple times...)
......@@ -19,7 +19,7 @@ import java.net.Socket;
* @author Loki
* @group Weissenberger/Goericke
*/
public class TCPNumberReceiver {
public class TCPNumberReceiverUDPResultSender {
// Change this to the port where the TCP server is listening
private static final int TCP_ARGON_SERVER_PORT = 2317;
......
File added
File added
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