Skip to content

Quedale/OnvifSoapLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnvifSoapLib

Onvif Wsdl Soap Library used in Onvif Device Manager

Linux Compile

Prepare the environment

./bootstrap.sh

Configure, Compile and install

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX="$(pwd)/dist" ..
make -j$(nproc)
make install

Windows Compile [Mingw64 and MSVC tested]

Prepare

directory struct:  
    OnvifSoapLib  
        example
        subprojects
            gsoap-2.8  
        src  
        wsdl  

Build

  • in the project root directory open powershell
.\wsdl\generated.bat
  • install OpenSSL and ZLIB with vcpkg
  • config vscode vcpkg Overview
  • open this project with vscode and build

About

Onvif Wsdl Soap Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published