[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

Re: [zeromq-dev] zmq over esp8266?

2018-09-05 Thread Marcus Diogo
oTCP in 2014 where demonstrated zmtp on > pic24 boards: > > https://archive.fosdem.org/2014/schedule/event/deviot03/ > > Rg, > > Arnaud > On 09/04/2018 09:32 PM, Marcus Diogo wrote: > > Does any one have a hellow world with libzmtp in c so i co

Re: [zeromq-dev] Request Reply throughput

2018-09-05 Thread Marcus Diogo
Sorry i cant follow you. 500 total size 500÷1024 = 48828125kbytes 48828125÷1024=47683,715820313mbytes 47683,715820313÷1024=46,566128731gbyte 10gbits/s /8 = 1,5gbytes/s 46,566128731gbyte÷1,5gbyte/s=31,044085821 seconds I guest some thing is not ok but should be like that i think.

[zeromq-dev] hellow word in c for libzmtp

2018-09-10 Thread Marcus Diogo
Hi, Any one have one hellow word for libzmtp in c? I need some thing like http://zguide.zeromq.org/c:hwclient for this project https://github.com/zeromq/libzmtp I try to use libzmtp it but did not work. Thanks, ___ zeromq-dev mailing list

Re: [zeromq-dev] Decentralized messaging

2019-05-27 Thread Marcus Diogo
can be coap Em seg, 27 de mai de 2019 às 11:54, Benjamin Henrion escreveu: > Hi, > > Just reading this article, which talks about P2P messaging for thermostats: > > > https://hackernoon.com/diy-build-your-own-decentralized-thermostat-7acb6a2833d4 > > Anyone knows what those protocols work?