IOTeule

Results 4 issues of IOTeule

There seems to be a bug in the server example about incoming msg size. To reproduce: 1. build master 2. start client_example and server_example 3. client: send message '1234356' 4....

This is really a nice tool ! Release 0.4.6 is supporting QTC 4.3-4.6 Release 0.4.7 is supporting QTC 4.10-4.12 What is the reason why there is no release for QTC...

What is the correct approach to build with shared libs ? I changed Dockerfile section to [...] RUN cmake /src/Sample-Server/.github/ \ -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \ -DBUILD_SHARED_LIBS:BOOL=ON \ -DCMAKE_INSTALL_PREFIX:PATH=/install /build &&\ cmake --build...