v-instrumentix

Results 3 issues of v-instrumentix

When static lib coming with SDK is used for linking it fails with ``` C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: CMakeFiles/app.dir/objects.a(main.cpp.obj):main.cpp:(.text.startup+0x97c): undefined reference to `pcap_findalldevs' ``` Linking command: `/C/msys64/mingw64/bin/g++.exe -O3 -DNDEBUG -static-libgcc -static -Wl,--whole-archive CMakeFiles/app.dir/objects.a...

Data feed starts with "Hello" message, then multiple "Data" messages follow. All messages have the same header. Template looks as follows: ``` ... ... ... ... ... ``` On decode...

Dear all, my app (c++) needs to populate JSON column. Is there a plan to add support for it? I made attempt to add JSON following implementation for String type...

enhancement