mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
Added HTTP server for receiving feedback from Cisco codec. Added data classes for desiralization of responses from codec.
This commit is contained in:
parent
0d071e6e82
commit
65819cf723
9 changed files with 3071 additions and 121 deletions
|
|
@ -57,6 +57,17 @@ namespace PepperDash.Essentials
|
|||
|
||||
//PortalSync = new PepperDashPortalSyncClient();
|
||||
|
||||
|
||||
// CODEC TESTING
|
||||
GenericSshClient TestCodecClient = new GenericSshClient("TestCodec-1--SshClient", "10.11.50.135", 22, "admin", "");
|
||||
|
||||
PepperDash.Essentials.Devices.VideoCodec.Cisco.CiscoCodec TestCodec =
|
||||
new PepperDash.Essentials.Devices.VideoCodec.Cisco.CiscoCodec("TestCodec-1", "Cisco Spark Room Kit", TestCodecClient);
|
||||
|
||||
TestCodec.CustomActivate();
|
||||
|
||||
// CODEC TESTING
|
||||
|
||||
Debug.Console(0, "Starting Essentials load from configuration");
|
||||
ConfigReader.LoadConfig2();
|
||||
LoadDevices();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue