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.7.tar.gz
(8.6 kB
view hashes)
Built Distribution
Close
Hashes for ovos_messagebus-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10d11a0c6237eec5e28dcae91646aefa389a21140d3fecc4788fb77a77795fb8 |
|
MD5 | 709e92ec063784f206db8372ed1a7009 |
|
BLAKE2b-256 | 18ffbbf5b7d56de54940b2922c61adf4a9115fc894a5184c595759ff08acf6dd |