First commit

This commit is contained in:
2019-11-11 23:39:22 +01:00
parent 36d5802aa7
commit 436a5acecc
21 changed files with 1404 additions and 1404 deletions

View File

@@ -60,6 +60,8 @@ namespace AccelVisualizer
//AxisUnit lets the axis know that we are plotting in seconds
AxisUnit = 1;
Show();
//Init the UDP socket
UDPSocket.InitSocket();
@@ -78,8 +80,6 @@ namespace AccelVisualizer
DataContext = this;
this.Show();
listening = true;
//Start new thread for package listener

View File

@@ -16,7 +16,7 @@ namespace AccelVisualizer
//Socket
static Socket sender;
static IPHostEntry ipHostInfo = Dns.GetHostEntry(Dns.GetHostName());
static IPAddress ipAddress = IPAddress.Parse("192.168.0.109");
static IPAddress ipAddress = IPAddress.Parse("192.168.120.106");
static IPEndPoint remoteEP;
public static void InitSocket()