Skip to content

Demo project that shows simple use of the VAO REST API for CCTV/VMS control from a .NET application.

Notifications You must be signed in to change notification settings

CarlAreDHopen-eaton/VaoCSharpDemo

Repository files navigation

VaoCSharpDemo

This is a CSharp example that demonstrates how to communicate with a VMS system using the VAO API. The example is using the RestSharp library to send the API requests. To run the example compile it using Visual Studio and run if from Command Line or add the required startup parameters into the the Debug Configuration of the project in Visual Studio.

image

Parameters:

  -s, --secure        Use secure connection.
  -p, --password      Required. Password used to connect.
  -u, --user          Required. User used to connect.
  -h, --host          Required. Host/IP to connect to.
  -t, --port          Port to connect to (Default port: 444).
  -i, --ignoreCert    Ignore certificate errors (Default: false).

Example output: image

About

Demo project that shows simple use of the VAO REST API for CCTV/VMS control from a .NET application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages