Skip to main content

Plover WebSocket Server

Python Tests PyPI

A WebSocket server for exposing Plover events and controlling Plover from an external program.

This plugin is available on GitHub and PyPI (under the name plover-websocket-server). Report all bugs on GitHub.

Installation

Download the latest version of Plover for your operating system from the releases page. Only versions 4.0.0.dev8 and higher are supported.

  1. Open Plover
  2. Navigate to the Plugin Manager tool
  3. Select the "plover-websocket-server" plugin entry in the list
  4. Click install
  5. Restart Plover

The same method can be used for updating and uninstalling the plugin.

Configuration

A file named plover_websocket_server_config.json will be created inside Plover's configuration directory (same directory as plover.cfg file).

Example content:

{
    "private_key": "eb700b05b84a14b81ea69d5f826fc4ca30310db22f8943b1975fe56043c00771",
    "public_key": "3a283210963d849642011731ba048e8d8f2272802902a9ef7de56d0116236801",
    "host": "localhost",
    "port": 8086,
    "remotes": [
        {
            "pattern": "^https?\\:\\/\\/localhost?(:[0-9]*)?"
        }
    ],
    "ssl": {
        "cert_path": "/path/to/cert.pem",
        "key_path": "/path/to/key.pem"
    }
}

All fields are optional. But if you specify either a private or public key you need the opposed matching key also specified. The same pattern applies to the pair of ssl paths.

The default is included in the example above except for the private and public keys and the ssl paths which are just an example.

In the remotes config, either an object with a Regex pattern, or a string are supported. This is important to allow Cross Origin Resource Sharing (CORS) for the specific case where your client runs on a browser.

[!NOTE] This plugin utilises assymetric key encryption to protect the plugin from unauthorised access and is powered by Pynacl.

How to Use

  • Enable it in Configure -> Plugins
  • Connect to ws://localhost:8086/websocket with your client and get the data pushed to you as event: data formatted JSON.

Received data format: Search for occurrences of queue_message in plover_websocket_server/manager.py, or write an example program and observe its output.

[!TIP] Use the existing example script test/client_example.py to interact with the plugin.

Controlling Plover from other programs:

  • Sending 'close' disconnects you.
  • Sending a valid JSON string will execute the specified action. For example {"stroke": ["S-"]} (note that invalid keys are silently dropped), or {"translation": "abc"}.

If there's some error during the execution, it will be silently ignored and printed on stderr.

If the "force" key is true then the command will be executed even when the engine is turned off. Note that {PLOVER:RESUME} will have no effect in that case.

Because the Plover inner working is closely tied to the assumption that strokes can only come from the keyboard, when {PLOVER:RESUME} (or a command with similar effect, such as {PLOVER:TOGGLE}) is sent and the machine is "Keyboard" then some characters before the cursor will be deleted. To prevent this, set the "zero_last_stroke_length" key to true.

[!WARNING] This should be used very sparingly because it may have unintended effects.

Acknowlegements

Forked from https://github.com/user202729/plover_websocket_server.

Release files for plover-websocket-server 0.1.15

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for plover-websocket-server 0.1.15
File Size Uploaded
plover_websocket_server-0.1.15.tar.gz 32.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for plover-websocket-server 0.1.15
File Interpreter ABI Platform
plover_websocket_server-0.1.15-py3-none-any.whl Python 3 none any Details

Total release size:63.8 kB

Release files / plover_websocket_server-0.1.15.tar.gz

Download URL plover_websocket_server-0.1.15.tar.gz
Size 32.3 kB
Tags Source
SHA-256 checksum
How to use checksums
1a0cb1dc6d34283087d6665edcd725a0993457f4785d5de4b7f4c509915cb360
BLAKE2b-256 checksum
How to use checksums
72c15fee6e7823ebfc06338edc606c3a76e9a30e9702567fabc53985fe9c522e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.2

Release files / plover_websocket_server-0.1.15-py3-none-any.whl

Download URL plover_websocket_server-0.1.15-py3-none-any.whl
Size 31.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
ac06b374ab5e1173cd9ea422ea15f69274571e01af497b8afcd08a11ac2d22e5
BLAKE2b-256 checksum
How to use checksums
d6c430ca23d2a1429f18415cb424a6557caf2425df1cf6870fab596bb1c38a12
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.2

Release history Release notifications | RSS feed

This release

0.1.15 This release

2 release files

0.1.13

2 release files

0.1.12

2 release files

0.1.9

2 release files

0.1.8

2 release files

0.1.7

2 release files

0.1.5

2 release files

0.1.4

2 release files

0.1.3

2 release files

0.1.2

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page