Installation
August 10, 2026 · View on GitHub
Install from PyPI
pip install hivemind_bus_client
Verify
hivemind-client --help
Dependencies
The library requires:
websocket-client, the WebSocket transportovos-bus-client, forMessagetype compatibility with OVOSpoorman-handshake, the RSA-based handshake and AES session key derivationpycryptodomex, for AES-GCM and ChaCha20-Poly1305 encryption. The imports areCryptodome.*;pycryptodomeis a different package and does not work herepybase64, base64 encoding helpersbitstring, the binary frame encoder and decoderz85base91, payload encodings for the JSON transport
Package installation installs all of these automatically.