Cédric Boudinet
Cédric Boudinet
Hello Is it possible to have more that one authentication methods activated? I would like to use the database method for some users but LDAP for others. Bests
Hi team What about implementing unit tests to avoid regressions when implementing new features? The is no need to install an extra lib: CTest (a testing tool) is distributed as...
Hi I tried to compile freeopcu under windows 7 with cmake 3.4.1 and Visual Studio 2013. I launch : mkdir build.msvc12.cmd cd build.msvc12.cmd cmake .. -DBOOST_ROOT=C:\boost_1_59_0 -DBOOST_LIBRARYDIR=c:\boost_1_59_0\lib32-msvc-12.0 cmake --build ....
Hello modbus_send_raw_request sets the transaction id to 0. In some case, it is necessary to force its value. I added a new function (modbus_send_raw_request_tid) that allows one to set the...
Hello Here is a PR adding a function enabling one to read the modbus function of a query. It can be useful for modbus server development. If you are ok...
Hello I added a piece of code to CMakeLists.txt so that one can easily generate an installer (tested with debian).
Hello I am trying to use interrupts on a raspberry 3b+ with this piece of code: ``` #include #include #include #include #include #include #include const int PA= 4; //broche 7...
Hello Up to wx3.2.7, windows binaries were available and ready for use with codeblocks 20.03 default gcc. Since the release of codeblocks 25.03, it is not the case anymore. And...