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
ovos-messagebus-0.0.8.tar.gz
(8.5 kB
view details)
Built Distribution
File details
Details for the file ovos-messagebus-0.0.8.tar.gz
.
File metadata
- Download URL: ovos-messagebus-0.0.8.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 | c2ee42236f45d6b4d1bed49a291dd1ad42e782c8b53bfae65946c82652a9cca6 |
|
MD5 | fc3b26ad5e8998c708e79b1339d31c1c |
|
BLAKE2b-256 | d64c7f1504ee717b8b3367a9356804abd069ea102c0e6467da671d6fc322d933 |
File details
Details for the file ovos_messagebus-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: ovos_messagebus-0.0.8-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 | 689a9ab26db650d83614751d6ef6252f8f885c537ec81647cb847f4784b687d0 |
|
MD5 | 410cd7ce173a971ed411e87b177ca217 |
|
BLAKE2b-256 | 8543e10ef085944f502d14e4353d2130691fb3696d93f155172eb0e5b8a1c3e9 |