Re: [zeromq-dev] zmq over esp8266?

2018-09-05 Thread Marcus Diogo
Hi Arnald, This sample is udp socket. I would like to know how is the message system can handle alot of messages (15 clients message per 0.7 seconds). I am testing mqtt and coap too and i can deliver 95% of the messages or some thing like that on coap. 0mq is alot more fun to work with. Em

Re: [zeromq-dev] zmq over esp8266?

2018-09-05 Thread Arnaud Loonstra
an epoll is not too difficult to port to select, did you try that as well? Rg, Arnaud On 09/05/2018 12:05 PM, Benjamin Henrion wrote: On Wed, Sep 5, 2018, 10:56 Arnaud Loonstra > wrote: It would be great to have libzmtp on esp. I have no idea if  We have

Re: [zeromq-dev] zmq over esp8266?

2018-09-05 Thread Benjamin Henrion
On Wed, Sep 5, 2018, 10:56 Arnaud Loonstra wrote: > It would be great to have libzmtp on esp. I have no idea if We have > once experimented with Zyre/ZOCP on a esp. Here's the code: > > https://gist.github.com/sphaero/ae54a77c17afdbefbe3b > > Maxime Vincent presented PicoTCP in 2014 where

Re: [zeromq-dev] zmq over esp8266?

2018-09-05 Thread Arnaud Loonstra
It would be great to have libzmtp on esp. I have no idea if We have once experimented with Zyre/ZOCP on a esp. Here's the code: https://gist.github.com/sphaero/ae54a77c17afdbefbe3b Maxime Vincent presented PicoTCP in 2014 where demonstrated zmtp on pic24 boards:

[zeromq-dev] zmq over esp8266?

2018-09-04 Thread Marcus Diogo
Does any one have a hellow world with libzmtp in c so i could try send to my 0mq server from esp8266. >There is a small ZMTP library in C (libzmtp). It needs a TCP/IP stack. >I'm not sure the esp8266 can run this... can it? On Fri, Jul 10, 2015 at 6:21 PM, Benjamin Henrion

[zeromq-dev] zmq over esp8266?

2015-07-10 Thread Benjamin Henrion
Hi, There are lots of people using MQTT on the esp8266: http://tech.scargill.net/esp8266-and-mqtt-exciting-times/ How easy would it be to port zmq lib with a small listening daemon on the esp8266? Best, -- Benjamin Henrion bhenrion at ffii.org FFII Brussels - +32-484-566109 - +32-2-4148403

Re: [zeromq-dev] zmq over esp8266?

2015-07-10 Thread Dinu Gherman
Benjamin Henrion zoo...@gmail.com: Hi, There are lots of people using MQTT on the esp8266: http://tech.scargill.net/esp8266-and-mqtt-exciting-times/ How easy would it be to port zmq lib with a small listening daemon on the esp8266? I'd be interested in this, too, and would add the