EMDR is alive?

50 views
Skip to first unread message

ilchis...@gmail.com

unread,
Sep 13, 2016, 3:17:25 AM9/13/16
to EVE Market Data Relay
EMDR monitor and EMDR map is empty. And my zmq stream is empty. Something happened?

James Muscat

unread,
Sep 13, 2016, 7:21:51 AM9/13/16
to eve-...@googlegroups.com
I don't think EMDR Monitor and the EMDR map have been working for some time.

I'm seeing a steady stream of messages. What relay are you connected to?

James

On 13 September 2016 at 08:17, <ilchis...@gmail.com> wrote:
EMDR monitor and EMDR map is empty. And my zmq stream is empty. Something happened?

--
You received this message because you are subscribed to the Google Groups "EVE Market Data Relay" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eve-emdr+unsubscribe@googlegroups.com.
To post to this group, send email to eve-...@googlegroups.com.
Visit this group at https://groups.google.com/group/eve-emdr.
For more options, visit https://groups.google.com/d/optout.

Ilya Chistyakov

unread,
Sep 13, 2016, 8:13:37 AM9/13/16
to eve-...@googlegroups.com
Thank you for answer. I did additional testing.

I used 'tcp://relay-eu-germany-2.eve-emdr.com:8050, so it's empty.
I tried others. 'tcp://relay-eu-germany-1.eve-emdr.com:8050' and 'tcp://relay-us-central-1.eve-emdr.com:8050' is works, but it has little traffic.

18:58 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T11:58:34+00:00
18:59 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T11:59:02+00:00
18:59 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T11:59:19+00:00
18:59 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T11:59:30+00:00
18:59 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T11:59:20+00:00
18:59 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T11:59:26+00:00
18:59 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T11:59:33+00:00
19:03 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T12:03:02+00:00
19:03 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T12:03:22+00:00
19:03 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T12:03:33+00:00
19:03 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T12:03:44+00:00
19:03 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T12:03:28+00:00
19:03 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T12:03:41+00:00
19:03 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T12:04:06+00:00
19:03 {u'version': u'0.3.0', u'name': u'CRESTMarketTrawler'} 2016-09-13T12:03:50+00:00

Or is it normal? It seems to me that the traffic must be greater than now.


My test code (python):

import zmq, json, zlib, datetime
context = zmq.Context()
subscriber = context.socket(zmq.SUB)
subscriber.connect('tcp://relay-us-central-1.eve-emdr.com:8050')
subscriber.setsockopt(zmq.SUBSCRIBE, "")
while True:
    data = subscriber.recv()
    data = zlib.decompress(data)
    data = json.loads(data)
    print datetime.datetime.now().strftime('%H:%M'), data.get('generator'), data.get('currentTime')


--
You received this message because you are subscribed to a topic in the Google Groups "EVE Market Data Relay" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/eve-emdr/uxrqCXxuQyI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to eve-emdr+unsubscribe@googlegroups.com.

James Muscat

unread,
Sep 13, 2016, 10:01:09 AM9/13/16
to eve-...@googlegroups.com
That's about the level of traffic I'd expect.

Bear in mind that, with the shift towards using the EVE CREST system to feed EMDR, the messages you get will be less frequent but much larger - most of those messages will contain an entire region's order data, whereas previously that would have been split over many separate messages.

James

Ilya Chistyakov

unread,
Sep 13, 2016, 10:22:42 AM9/13/16
to eve-...@googlegroups.com
Thank you for your clarification. All clear. :)
Reply all
Reply to author
Forward
0 new messages