libzmtp icon indicating copy to clipboard operation
libzmtp copied to clipboard

Minimal ZMTP implementation in C

Results 4 libzmtp issues
Sort by recently updated
recently updated
newest added

Hi, very nice project but I think is very important one sample hellow word for pub, sub, etc.

we have some interest in an embedded client which would need to do both DEALER and XSUB (NB @zhivko) it turns out the dealer socket works just fine with an...

This library looks amazing and exactly what I am looking for? - Does this library support pub / sub? - Does this library require threading? - Does this library require...

Since there's no server-side sockets, we cannot make proper test cases without resorting to either libzmq or raw TCP. Solution: implement basic server-side support (bind and accept incoming connections).