Skip to content
Snippets Groups Projects
Commit c59383be authored by bkii's avatar bkii
Browse files

Homework 4, Knobeloch

Unable to create EntityType
Country? Domain? Category?
Besides that, works fine: Creates 5 new EntityStatePDUs and sends them with ONE thread. On the other side, all PDUs are received well.
parent 639b73e3
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ public class UdpSender ...@@ -58,7 +58,7 @@ public class UdpSender
{ {
udpSocket.send(packet); udpSocket.send(packet);
Thread.sleep(1000); // Send 100, one per second Thread.sleep(1000); // Send 100, one per second
System.out.println("Sent packet " + index + " of 100"); System.out.println("Bert Sent packet " + index + " of 100");
} }
System.out.println("UdpSender complete."); System.out.println("UdpSender complete.");
} }
......
File added
No preview for this file type
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