Skip to main content

ovos-core gui service daemon

Project description

OVOS GUI MessageBus

GUI messagebus service, manages GUI state and implements the gui protocol

GUI clients (the application that actually draws the GUI) connect to this service

Configuration

under mycroft.conf

{
  "gui": {
    // Override: SYSTEM (set by specific enclosures)
    // Uncomment or add "idle_display_skill" to set initial homescreen
    // "idle_display_skill": "skill-ovos-homescreen.openvoiceos",

    // Extensions provide additional GUI platform support for specific devices
    // Currently supported devices: smartspeaker, bigscreen or generic
    "extension": "generic",

    // Generic extension can additionaly provide homescreen functionality
    // homescreen support is disabled by default for generic extension
    "generic": {
        "homescreen_supported": false
    }
    
    // Optional file server support for remote clients
    // "gui_file_server": true,
    // "file_server_port": 8000,
        
    // Optionally specify a default qt version for connected clients
    // "default_qt_version": 5,
  },
  
  // The GUI messagebus websocket.  Once port is created per connected GUI
  "gui_websocket": {
    "host": "0.0.0.0",
    "base_port": 18181,
    "route": "/gui",
    "ssl": false
  }
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ovos-gui-0.0.3.tar.gz (31.1 kB view hashes)

Uploaded Source

Built Distribution

ovos_gui-0.0.3-py3-none-any.whl (39.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page