https://github.com/panaaj/pypilot-autopilot-provider
Signal K autopilot provider plugin for PyPilot
https://github.com/panaaj/pypilot-autopilot-provider
Last synced: 2 months ago
JSON representation
Signal K autopilot provider plugin for PyPilot
- Host: GitHub
- URL: https://github.com/panaaj/pypilot-autopilot-provider
- Owner: panaaj
- License: apache-2.0
- Created: 2023-01-14T03:55:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T05:39:35.000Z (3 months ago)
- Last Synced: 2025-03-22T06:25:56.446Z (3 months ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Signal K PyPilot Autopilot Provider Plugin:
## About
Signal K server plugin for PyPilot that enables commands to be sent by Signal K client applications via the Autopilot API .
## Requirements
- Signal K server that implements the `Autopilot API`
- `pypilot_web` process running on the PyPilot host## Configuration
The plugin communicates with PyPilot via the websocket connection provided by the `pypilot_web` process so you will need to ensure that it is running.
From the Signal K server `Admin` console:
- Select **Server** -> **Plugin Config**- From the list of plugins select `Autopilot Provider(PyPilot)` to display the details screen.
- Enter the host name / ip address of the PyPilot host.
- Enter the port on which `pypilot_web` is listening _(default: 8000)_.
- To initiate connection **Enable** the plugin.