Compare commits
1 Commits
29f16a4d1e
...
v1.0
Author | SHA1 | Date | |
---|---|---|---|
bc977d3a89 |
@@ -36,6 +36,8 @@ using(UdpClient listener = new UdpClient(listenPort))
|
||||
IPEndPoint listenEndPoint = new IPEndPoint(2130706433, listenPort);
|
||||
while(true)
|
||||
{
|
||||
Console.WriteLine("Awaiting Simulator conenction...");
|
||||
|
||||
byte[] receivedData = listener.Receive(ref listenEndPoint);
|
||||
|
||||
Console.Clear();
|
||||
|
Reference in New Issue
Block a user