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