/onvif-cam-finder

Search the network for IP cams that supports onvif protocol.

Primary LanguageC++

Async C++ Onvif CamFinder

Build

Install the building tools

sudo apt-get update
sudo apt-get install -y build-essential cmake

Install the dependencies:

sudo apt-get update
sudo apt-get install -y libboost1.62-all-dev libtinyxml2-dev

Install pre-commit

pre-commit install

Generate and build the project

cmake .
cmake --build .

Colaborate

Please follow the style guide: https://google.github.io/styleguide/cppguide.html

Usage