0xB10C / peer-observer

Tool to monitor for P2P anomalies and attacks using Bitcoin Core honeynodes
https://public.peer.observer
MIT License
9 stars 2 forks source link

Replace nanomsg with a proper message queue #56

Open 0xB10C opened 1 month ago

0xB10C commented 1 month ago

Nanomsg is currently used by the extractor to publish messages to tools who subscribe to a TCP socket. Nanomsg has a few downsides:

0xB10C commented 1 month ago

One solution could be NATS. It allows for:

i-am-yuvi commented 1 week ago

Interesting!! Let's see how this behaves with other tools!!