zeek / zeek-client

Experimental implementation of Zeek's future cluster management client
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Support websockets communication #22

Open ckreibich opened 2 years ago

ckreibich commented 2 years ago

Supporting Broker's new web socket network layer enables standalone distribution of the client via PyPI, since we won't need the Broker dependency, and simplifies some of the data wrangling. Some of the data marshalling in JSON should likely end up in Broker's Python bindings — TBD.