diff --git a/assignments/src/MV3500Cohort2020JulySeptember/homework3/Weissenberger/README.md b/assignments/src/MV3500Cohort2020JulySeptember/homework3/Weissenberger/README.md index 08aaef8056ca1faf13c08ad73f6754b1e1cec17f..3ec21e2b976a5937ab94a80cb4028ccb79441eae 100644 --- a/assignments/src/MV3500Cohort2020JulySeptember/homework3/Weissenberger/README.md +++ b/assignments/src/MV3500Cohort2020JulySeptember/homework3/Weissenberger/README.md @@ -11,6 +11,15 @@ References include Questions and innovation are always welcome, good luck! + + +************************************************** +Project for HW #3 +Team: "Germany" (Stefan and Bernd) +************************************************** + + + This program(s) do(es) the following: - send two numbers, a mathematical operator and a port number over VPN to a TCP receiver - the TCP receiver calculates the result and send it back to the sender over VPN using UDP! @@ -22,7 +31,7 @@ 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 +3. find Stefan's IP within the argon net 4. change the TCP_ARGON_SERVER_IP in class TCPNumberSender to Stefan's IP. 5. run TCPNumberSender