Page 1 of 1

HTTPClient.cpp modifications

Posted: Sunday 02 October 2016 20:49
by jbjalling
Hi,

Im currently writing a hardware plugin for an old LK/Schneider home automation system.
I'm using the domoticz HTTPclient class to handle the communication with the system, but because is pretty old, I need to change some of the CURL options (like CURLOPT_SSL_CIPHER_LIST).
What is the best way to do this, with the lowest impact on the rest of the system?

BR Jonas

Re: HTTPClient.cpp modifications

Posted: Monday 10 October 2016 11:38
by jbjalling
No comment about extending HTTPClient or not?

BR Jonas