/
Example code for Control remote capture

Example code for Control remote capture

This section contains sample code that shows how to remotely start, stop or cancel a capture, as well as how to monitor a capture. These examples are extensively documented within the code and the relevant notifications are described in Control remote capture.

The examples are provided in C++ and require the boost library for communications.

  1. CaptureBroadcastMonitor: shows how to monitor for and decode the capture notifications described in Control remote capture.

  2. RemoteStartStop: shows how to package and send the packets to trigger capture start and stop.

 

Related content