ovos-core reference python bus daemon
Project description
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"]
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ovos-messagebus-0.0.8a1.tar.gz
.
File metadata
- Download URL: ovos-messagebus-0.0.8a1.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10f1a7b26a6854aeb0c9fb79658a3888e50489fc817e87aaf5af16ce4647db4b |
|
MD5 | ed01677f60b1d3ae3c0fa746e4b3e553 |
|
BLAKE2b-256 | 9e0a1de8490feec19afbf795e984fb4a54f376516b55dff96155ffc5ddd5e57a |
File details
Details for the file ovos_messagebus-0.0.8a1-py3-none-any.whl
.
File metadata
- Download URL: ovos_messagebus-0.0.8a1-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bae4a2dadb9d0833cfc7d0f5ee8071dca02753cfe64faba20dfcb2d3b4075f61 |
|
MD5 | ecba300bde8b0a6a8bed3f0f0365c594 |
|
BLAKE2b-256 | 79c1d56de9ab0996546cb1e8bcf8eaefd7f70385a1e8719c98064a2278b1d15c |