Relative Content

Tag Archive for cstringzeromqczmq

How to use zeromq to send a string with variable length?

I am new to zeromq and I want to use zeromq to send a self-defined struct. The struct is filled inside a C language project, and I use this struct to collect some log info from the C project. Then I send this struct to the log store.