├── WSClient.sln ├── WSClient.suo └── WSClient ├── Properties ├── AssemblyInfo.cs └── ControlSystem.cfg ├── SIMPL+ └── WSClient_v1.usp ├── SIMPLSharpLogs ├── (2018-07-30 17-49-58).log ├── (2018-07-30 20-12-28).log ├── (2018-07-31 11-25-58).log ├── (2018-07-31 11-26-46).log ├── (2018-07-31 15-01-35).log ├── (2018-08-02 12-03-26).log └── (2018-08-02 13-54-02).log ├── WSClient.csproj ├── WSClient.csproj.user ├── WSClient.projectinfo ├── bin └── Debug │ ├── SimplSharpCustomAttributesInterface.dll │ ├── SimplSharpData.dat │ ├── SimplSharpHelperInterface.dll │ ├── WSClient.clz │ ├── WSClient.config │ ├── WSClient.dll │ ├── WSClient.pdb │ ├── manifest.info │ └── manifest.ser ├── obj ├── Debug │ ├── WSClient.csproj.FileListAbsolute.txt │ ├── WSClient.dll │ └── WSClient.pdb └── Release │ ├── WSClient.csproj.FileListAbsolute.txt │ └── WSClient.dll └── wsClient.cs /WSClient.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient.sln -------------------------------------------------------------------------------- /WSClient.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient.suo -------------------------------------------------------------------------------- /WSClient/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /WSClient/Properties/ControlSystem.cfg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WSClient/SIMPL+/WSClient_v1.usp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/SIMPL+/WSClient_v1.usp -------------------------------------------------------------------------------- /WSClient/SIMPLSharpLogs/(2018-07-30 17-49-58).log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/SIMPLSharpLogs/(2018-07-30 17-49-58).log -------------------------------------------------------------------------------- /WSClient/SIMPLSharpLogs/(2018-07-30 20-12-28).log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/SIMPLSharpLogs/(2018-07-30 20-12-28).log -------------------------------------------------------------------------------- /WSClient/SIMPLSharpLogs/(2018-07-31 11-25-58).log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/SIMPLSharpLogs/(2018-07-31 11-25-58).log -------------------------------------------------------------------------------- /WSClient/SIMPLSharpLogs/(2018-07-31 11-26-46).log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/SIMPLSharpLogs/(2018-07-31 11-26-46).log -------------------------------------------------------------------------------- /WSClient/SIMPLSharpLogs/(2018-07-31 15-01-35).log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/SIMPLSharpLogs/(2018-07-31 15-01-35).log -------------------------------------------------------------------------------- /WSClient/SIMPLSharpLogs/(2018-08-02 12-03-26).log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/SIMPLSharpLogs/(2018-08-02 12-03-26).log -------------------------------------------------------------------------------- /WSClient/SIMPLSharpLogs/(2018-08-02 13-54-02).log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/SIMPLSharpLogs/(2018-08-02 13-54-02).log -------------------------------------------------------------------------------- /WSClient/WSClient.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/WSClient.csproj -------------------------------------------------------------------------------- /WSClient/WSClient.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/WSClient.csproj.user -------------------------------------------------------------------------------- /WSClient/WSClient.projectinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/WSClient.projectinfo -------------------------------------------------------------------------------- /WSClient/bin/Debug/SimplSharpCustomAttributesInterface.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/bin/Debug/SimplSharpCustomAttributesInterface.dll -------------------------------------------------------------------------------- /WSClient/bin/Debug/SimplSharpData.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/bin/Debug/SimplSharpData.dat -------------------------------------------------------------------------------- /WSClient/bin/Debug/SimplSharpHelperInterface.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/bin/Debug/SimplSharpHelperInterface.dll -------------------------------------------------------------------------------- /WSClient/bin/Debug/WSClient.clz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/bin/Debug/WSClient.clz -------------------------------------------------------------------------------- /WSClient/bin/Debug/WSClient.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/bin/Debug/WSClient.config -------------------------------------------------------------------------------- /WSClient/bin/Debug/WSClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/bin/Debug/WSClient.dll -------------------------------------------------------------------------------- /WSClient/bin/Debug/WSClient.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/bin/Debug/WSClient.pdb -------------------------------------------------------------------------------- /WSClient/bin/Debug/manifest.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/bin/Debug/manifest.info -------------------------------------------------------------------------------- /WSClient/bin/Debug/manifest.ser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/bin/Debug/manifest.ser -------------------------------------------------------------------------------- /WSClient/obj/Debug/WSClient.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/obj/Debug/WSClient.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /WSClient/obj/Debug/WSClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/obj/Debug/WSClient.dll -------------------------------------------------------------------------------- /WSClient/obj/Debug/WSClient.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/obj/Debug/WSClient.pdb -------------------------------------------------------------------------------- /WSClient/obj/Release/WSClient.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/obj/Release/WSClient.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /WSClient/obj/Release/WSClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/obj/Release/WSClient.dll -------------------------------------------------------------------------------- /WSClient/wsClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscaj/CrestronWebSocketClient/HEAD/WSClient/wsClient.cs --------------------------------------------------------------------------------