Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Uplink agent uses minimal camera resources. It creates a Web socket secure Socket Secure (WSS) channel between a camera and the Cloud VMS and proxies command and data streams through ittunnels ONVIF and RTSP protocols.

The requirements for interfacing with the camera f/w are very minimal, the Uplink agent should be able to do the following:

  1. Retrieve the camera Serial Number.

  2. Retrieve the camera Mac Address.

  3. Store a VMS access token in persistent storage (optional).

You can find the full source code with build instructions and step-by-step testing instructions in our GitHub repository:

...