Re: [zeromq-dev] libzmq not working in a custom embedded linux box

2016-07-20 Thread 王运来
it's correct I think. you need run `make`.after `./configure` At 2016-07-21 00:42:10, "Alejandro Javier Schwoykoski" wrote: Hello all, I have a device that runs a customized (more like handcrafted) embedded Linux with a resident application that controls the whole

[zeromq-dev] libzmq not working in a custom embedded linux box

2016-07-20 Thread Alejandro Javier Schwoykoski
Hello all, I have a device that runs a customized (more like handcrafted) embedded Linux with a resident application that controls the whole device. I was asked to develop a daemon program which basically implements a special web service (REST) that forwards external requests to the resident

Re: [zeromq-dev] How to get client's identity

2016-07-20 Thread Bharat Somani
Hi David, Thanks for your reply. Gone through your message, but I am still not able to figure out the API to be used for add & retrieve metadata in the message. Do anyone know how to add/retrieve the metadata in/from the message? Also what all properties are supported in zmq_msg_set() Thanks