Pre-release
This release is a pre-release and may not be stable for production use.
OVOS MessageBus
messagebus service, the nervous system of OpenVoiceOS
Alternative implementations
- OVOS Bus Server - Alternative C++ messagebus server implementation using WebSocket++
- OVOS Rust Messagebus - Alternative Rust messagebus server implementation
Configuration
under mycroft.conf
{
// The mycroft-core messagebus websocket
"websocket": {
"host": "0.0.0.0",
"port": 8181,
"route": "/core",
"ssl": false,
// in mycroft-core all skills share a bus, this allows malicious skills
// to manipulate it and affect other skills, this option ensures each skill
// gets its own websocket connection
"shared_connection": true,
// filter out messages of certain types from the bus logs
"filter": false,
// which messages to filter if filter is enabled
"filter_logs": ["gui.status.request", "gui.page.upload"]
}
}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ovos_messagebus-0.2.0a1.tar.gz
(14.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ovos_messagebus-0.2.0a1.tar.gz.
File metadata
- Download URL: ovos_messagebus-0.2.0a1.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3d19c827f865e6189a2194079015c0b01e30bc63ca969e90ea67018c3a5aa9a
|
|
| MD5 |
994c53a819e78d6e33a66a2974ab744e
|
|
| BLAKE2b-256 |
13c8f4f5170cb61f672ed1e0b4dbecc0c9b9b224291bd083ac32b0881c0cb79b
|
File details
Details for the file ovos_messagebus-0.2.0a1-py3-none-any.whl.
File metadata
- Download URL: ovos_messagebus-0.2.0a1-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf7f23843f0ed8b2b09a2fb6a6b1afbfe20008d86ede2d6cd6879fdaf98d5133
|
|
| MD5 |
3d523ee1b60d64f9ae233ebf6b0d20b1
|
|
| BLAKE2b-256 |
8fe33406f97c5cb18bce2ced0f81ca32dda9e39a189674c9298d3e0acd0b4538
|