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
ovos-messagebus-0.0.6.tar.gz
(8.4 kB
view hashes)
Built Distribution
Close
Hashes for ovos_messagebus-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55ce5640c5b56d33434ef8c7fc9a289cb9e75031fcd69a005c67a2c901b4e34b |
|
MD5 | 5af25de78e52c09764fb888a19ba02fb |
|
BLAKE2b-256 | 9c759b1e9e190cacb86e9a2d4ff2b8fd67fe00a0e1c4e9f85b5876dc849172d2 |