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++
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 it's own websocket connection
"shared_connection": true
}
}
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
Close
Hashes for ovos_messagebus-0.0.6a1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13d35d7097d18fc7d405cba9ffc14f3964534ebfeade48351fe0556fa630bc91 |
|
MD5 | 182fc5908606ae73f53c94633c7cc5e7 |
|
BLAKE2b-256 | 4590b8ebb3f35fe43cedca7acf9914dd3750afded518606ef1afcc738a39c447 |