taushkanov

Results 4 issues of taushkanov

Is there any convinient way to deserialize msgpack object from string like this: [[2,17,1,0,""]] ?

I'm looking for a simple way for creating a collection of msgpack::object, for example: [1, 2, 3][4, 5, 6][7, 8, 9] Recently I reached this by serializing several msgpack::object into...

Hello! Thank you for this great solution! I need to implement TCP server with multiple available connections. In libmodbus we can do this by creating listening socket, then catching incoming...

Hello! After several compilations of messagepack to linux/arm, linux/x64 and some others I turned to linux/mips platform with toolchain-mipsel_24kc_gcc-12.3.0_musl. In my case Messagepack is included in shared library that's being...