Monthly Archive: January 2019

gSOAP to implement an ONVIF device 1

gSOAP to implement an ONVIF device

  Prerequisites gSOAP 2.8.62 or greater for ONVIF projects. I used the 2.8.76 GPL version from SourceForge Option soapcpp2 -2 forces SOAP 1.2, which is required by ONVIF. Compilers and libraries $ sudo apt-get install c++...

Install Selenium + Firefox drivers + Headless drivers on CentOS 7 0

Install Selenium + Firefox drivers + Headless drivers on CentOS 7

Downloads Binaries Chromedriver https://sites.google.com/a/chromium.org/chromedriver/downloads Extract and cp to /usr/local/bin/ For more info see https://intoli.com/blog/running-selenium-with-headless-chrome/ Install Python and Python Modules pyenv install 2.7.9 pyenv local 2.7.9 pip install -U setuptools pip install paramiko deepdiff faker ConfigParser enum...