diff --git a/Backend/443Header.txt b/Backend/443Header.txt
deleted file mode 100644
index e6f08b8..0000000
--- a/Backend/443Header.txt
+++ /dev/null
@@ -1,8 +0,0 @@
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
-
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 192.3.147.62:443...
-* connect to 192.3.147.62 port 443 from 192.168.80.132 port 41070 failed: Connection refused
-* Failed to connect to 192.3.147.62 port 443 after 117 ms: Could not connect to server
-
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
-* closing connection #0
-curl: (7) Failed to connect to 192.3.147.62 port 443 after 117 ms: Could not connect to server
diff --git a/Backend/80Header.txt b/Backend/80Header.txt
deleted file mode 100644
index 4d42d14..0000000
--- a/Backend/80Header.txt
+++ /dev/null
@@ -1,10 +0,0 @@
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
-
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 192.3.147.66:80...
-* Connected to 192.3.147.66 (192.3.147.66) port 80
-> HEAD / HTTP/1.1
-> Host: 192.3.147.66
-> User-Agent: curl/8.9.1
-> Accept: */*
->
-* Request completely sent off
diff --git a/Backend/Handler/Communication.cs b/Backend/Handler/Communication.cs
index 4955927..a22971f 100644
--- a/Backend/Handler/Communication.cs
+++ b/Backend/Handler/Communication.cs
@@ -34,24 +34,6 @@ public class Communication
return waitHandles;
}
- /*private void Server(object obj)
- {
- using ResponseSocket server = new();
- server.Bind("tcp://*:5556");
-
- server.ReceiveReady += OnServerOnReceiveReady;
-
- _poller.Add(server);
-
- Console.WriteLine("Server is running and waiting for client requests...");
-
- _poller.Run();
-
- Console.WriteLine("Communication stopped.");
-
- ((EventWaitHandle) obj).Set();
- }*/
-
private void Server(object obj)
{
using ResponseSocket rep = new();
diff --git a/Shared/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Shared/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..dca70aa
--- /dev/null
+++ b/Shared/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/Shared/obj/Debug/net8.0/Shared.AssemblyInfo.cs b/Shared/obj/Debug/net8.0/Shared.AssemblyInfo.cs
new file mode 100644
index 0000000..c8bc6f8
--- /dev/null
+++ b/Shared/obj/Debug/net8.0/Shared.AssemblyInfo.cs
@@ -0,0 +1,22 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Shared")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b60cda90b58bf27d513f344584cd38e114063692")]
+[assembly: System.Reflection.AssemblyProductAttribute("Shared")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Shared")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/Shared/obj/Debug/net8.0/Shared.AssemblyInfoInputs.cache b/Shared/obj/Debug/net8.0/Shared.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..3dce6c5
--- /dev/null
+++ b/Shared/obj/Debug/net8.0/Shared.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+fbe9fedc088acdea6682257aeaaca865bf4f4dcfc839e2658c2eba584a098191
diff --git a/Shared/obj/Debug/net8.0/Shared.GeneratedMSBuildEditorConfig.editorconfig b/Shared/obj/Debug/net8.0/Shared.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..4e291a6
--- /dev/null
+++ b/Shared/obj/Debug/net8.0/Shared.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,14 @@
+is_global = true
+build_property.TargetFramework = net8.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = Shared
+build_property.ProjectDir = /home/skingging/Documents/Projects/CSharp/RSE/Shared/
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.EffectiveAnalysisLevelStyle = 8.0
diff --git a/Shared/obj/Debug/net8.0/Shared.GlobalUsings.g.cs b/Shared/obj/Debug/net8.0/Shared.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/Shared/obj/Debug/net8.0/Shared.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/Shared/obj/Debug/net8.0/Shared.assets.cache b/Shared/obj/Debug/net8.0/Shared.assets.cache
new file mode 100644
index 0000000..5121974
Binary files /dev/null and b/Shared/obj/Debug/net8.0/Shared.assets.cache differ
diff --git a/Shared/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Shared/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..dca70aa
--- /dev/null
+++ b/Shared/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/Shared/obj/Release/net8.0/Shared.AssemblyInfo.cs b/Shared/obj/Release/net8.0/Shared.AssemblyInfo.cs
new file mode 100644
index 0000000..5bb52ef
--- /dev/null
+++ b/Shared/obj/Release/net8.0/Shared.AssemblyInfo.cs
@@ -0,0 +1,22 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Shared")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f3c6338a6ae57d4e839090fca125bc38f764d016")]
+[assembly: System.Reflection.AssemblyProductAttribute("Shared")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Shared")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/Shared/obj/Release/net8.0/Shared.AssemblyInfoInputs.cache b/Shared/obj/Release/net8.0/Shared.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..377d3b5
--- /dev/null
+++ b/Shared/obj/Release/net8.0/Shared.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+b0a57b000e776a9a23f5ca4a7fbfdaa7e69509503b897e9c5ee4a541cd39769b
diff --git a/Shared/obj/Release/net8.0/Shared.GeneratedMSBuildEditorConfig.editorconfig b/Shared/obj/Release/net8.0/Shared.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..4e291a6
--- /dev/null
+++ b/Shared/obj/Release/net8.0/Shared.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,14 @@
+is_global = true
+build_property.TargetFramework = net8.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = Shared
+build_property.ProjectDir = /home/skingging/Documents/Projects/CSharp/RSE/Shared/
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.EffectiveAnalysisLevelStyle = 8.0
diff --git a/Shared/obj/Release/net8.0/Shared.GlobalUsings.g.cs b/Shared/obj/Release/net8.0/Shared.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/Shared/obj/Release/net8.0/Shared.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/Shared/obj/Release/net8.0/Shared.assets.cache b/Shared/obj/Release/net8.0/Shared.assets.cache
new file mode 100644
index 0000000..fda372e
Binary files /dev/null and b/Shared/obj/Release/net8.0/Shared.assets.cache differ
diff --git a/Shared/obj/Shared.csproj.nuget.dgspec.json b/Shared/obj/Shared.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..9f08135
--- /dev/null
+++ b/Shared/obj/Shared.csproj.nuget.dgspec.json
@@ -0,0 +1,76 @@
+{
+ "format": 1,
+ "restore": {
+ "/home/skingging/Documents/Projects/CSharp/RSE/Shared/Shared.csproj": {}
+ },
+ "projects": {
+ "/home/skingging/Documents/Projects/CSharp/RSE/Shared/Shared.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "/home/skingging/Documents/Projects/CSharp/RSE/Shared/Shared.csproj",
+ "projectName": "Shared",
+ "projectPath": "/home/skingging/Documents/Projects/CSharp/RSE/Shared/Shared.csproj",
+ "packagesPath": "/home/skingging/.nuget/packages/",
+ "outputPath": "/home/skingging/Documents/Projects/CSharp/RSE/Shared/obj/",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "/home/skingging/.nuget/NuGet/NuGet.Config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "all"
+ }
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.AspNetCore.App.Ref",
+ "version": "[8.0.5, 8.0.5]"
+ },
+ {
+ "name": "Microsoft.NETCore.App.Ref",
+ "version": "[8.0.5, 8.0.5]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "/home/skingging/.dotnet/sdk/9.0.100-preview.6.24328.19/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Shared/obj/Shared.csproj.nuget.g.props b/Shared/obj/Shared.csproj.nuget.g.props
new file mode 100644
index 0000000..0641418
--- /dev/null
+++ b/Shared/obj/Shared.csproj.nuget.g.props
@@ -0,0 +1,15 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ /home/skingging/.nuget/packages/
+ /home/skingging/.nuget/packages/
+ PackageReference
+ 6.10.1
+
+
+
+
+
\ No newline at end of file
diff --git a/Shared/obj/Shared.csproj.nuget.g.targets b/Shared/obj/Shared.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/Shared/obj/Shared.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Shared/obj/project.assets.json b/Shared/obj/project.assets.json
new file mode 100644
index 0000000..ec74cfc
--- /dev/null
+++ b/Shared/obj/project.assets.json
@@ -0,0 +1,81 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net8.0": []
+ },
+ "packageFolders": {
+ "/home/skingging/.nuget/packages/": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "/home/skingging/Documents/Projects/CSharp/RSE/Shared/Shared.csproj",
+ "projectName": "Shared",
+ "projectPath": "/home/skingging/Documents/Projects/CSharp/RSE/Shared/Shared.csproj",
+ "packagesPath": "/home/skingging/.nuget/packages/",
+ "outputPath": "/home/skingging/Documents/Projects/CSharp/RSE/Shared/obj/",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "/home/skingging/.nuget/NuGet/NuGet.Config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "all"
+ }
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.AspNetCore.App.Ref",
+ "version": "[8.0.5, 8.0.5]"
+ },
+ {
+ "name": "Microsoft.NETCore.App.Ref",
+ "version": "[8.0.5, 8.0.5]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "/home/skingging/.dotnet/sdk/9.0.100-preview.6.24328.19/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Shared/obj/project.nuget.cache b/Shared/obj/project.nuget.cache
new file mode 100644
index 0000000..607695e
--- /dev/null
+++ b/Shared/obj/project.nuget.cache
@@ -0,0 +1,11 @@
+{
+ "version": 2,
+ "dgSpecHash": "W65HTGa4Tgk=",
+ "success": true,
+ "projectFilePath": "/home/skingging/Documents/Projects/CSharp/RSE/Shared/Shared.csproj",
+ "expectedPackageFiles": [
+ "/home/skingging/.nuget/packages/microsoft.netcore.app.ref/8.0.5/microsoft.netcore.app.ref.8.0.5.nupkg.sha512",
+ "/home/skingging/.nuget/packages/microsoft.aspnetcore.app.ref/8.0.5/microsoft.aspnetcore.app.ref.8.0.5.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file
diff --git a/Shared/obj/project.packagespec.json b/Shared/obj/project.packagespec.json
new file mode 100644
index 0000000..86139da
--- /dev/null
+++ b/Shared/obj/project.packagespec.json
@@ -0,0 +1 @@
+"restore":{"projectUniqueName":"/home/skingging/Documents/Projects/CSharp/RSE/Shared/Shared.csproj","projectName":"Shared","projectPath":"/home/skingging/Documents/Projects/CSharp/RSE/Shared/Shared.csproj","outputPath":"/home/skingging/Documents/Projects/CSharp/RSE/Shared/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"all"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"downloadDependencies":[{"name":"Microsoft.AspNetCore.App.Ref","version":"[8.0.5, 8.0.5]"},{"name":"Microsoft.NETCore.App.Ref","version":"[8.0.5, 8.0.5]"}],"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/home/skingging/.dotnet/sdk/9.0.100-preview.6.24328.19/PortableRuntimeIdentifierGraph.json"}}
\ No newline at end of file
diff --git a/Shared/obj/rider.project.model.nuget.info b/Shared/obj/rider.project.model.nuget.info
new file mode 100644
index 0000000..01815bc
--- /dev/null
+++ b/Shared/obj/rider.project.model.nuget.info
@@ -0,0 +1 @@
+17324609862998840
\ No newline at end of file
diff --git a/Shared/obj/rider.project.restore.info b/Shared/obj/rider.project.restore.info
new file mode 100644
index 0000000..01815bc
--- /dev/null
+++ b/Shared/obj/rider.project.restore.info
@@ -0,0 +1 @@
+17324609862998840
\ No newline at end of file