...
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 itand tunnels ONVIF and RTSP protocols.
The requirements for interfacing with the camera are very minimal, the Uplink agent should be able to do the following:
Retrieve the camera Serial Number.
Retrieve the camera Mac Address.
You can find the full source code with build instructions and step-by-step testing instructions in our GitHub repository:
https://github.com/VideoExpertsGroup/VXG.Uplink.SDK-
The file vxg_proxy_client.cc
is example code for how to use the VXGUplink library.