-
Notifications
You must be signed in to change notification settings - Fork 3
Step 4 The browser interface
WARNING: this information has been written in 2021, when pypilot version was 0.24 and Openplotter was 2.0. In 2023 these versions have by far been superceded and information in this chapter is most likely to be partly obsolete. Work in progress will be documented in the Workbook Release Notes.
On the openplotter pypilot User Interface screen, there are two more buttons ‘Browser Control’, and ‘Open’. 'Browser Control' is a toggle, you can switch it on, and it enables the browser interface.
When you click 'Open', it starts a browser on http://localhost:8080, which is where the browser interface sits.
Note: on Tinypilot, the interface sits at port :80
In fact, you can also open the browser interface from the machine where you are running your VNC client on. Just type http://10.10.10.1:8080/ and you see the browser interface.
Note: if you run pypilot_web at the prompt, for debugging purposes, it serves at port 8000 instead of 8080, so you need to type http://10.10.10.1:8000.
Pypilot Workbook
- Introduction
- What is pypilot
- The software component
- The hardware component
- The User Interface component
- Pypilot functions
- Data connections
-
The steps
- OLD
- Step 1: Install Openplotter Headless
- Step 2: Install pypilot
- Step 3: The openplotter user interface
- Step 4: The browser interface
- Step 5: The HAT interface
- Step 6: The Arduino controller
- Step 7: OpenCPN Pypilot Plugin
- Step 8: Looking under the hood
- Step 9: Wiring up the Nano
- Step 10: Installing Tinypilot
- Step 11: Tinypilot under the hood
- Step 12: Using openplotter tools remotely
- Step 13: SignalK connections
- Step 14: The Pypilot Motor Controller
- Step 15: Understanding motor.ino
- Parameters
- Gains
- NEW
- Step 1: Installing pypilot
- Step 2: Web interface
- Step 3: OpenCPN pypilot plugin
- Step 4: Installing the arduino
- Step 5: Wiring the arduino
- Step 6: Setting up data connections
- Step 7: SignalK connections
- Step 8: HAT interface
- Step 9: Debian under the hood
- Step 10: Tinypilot under the hood
- Step 11: Openplotter details
- Updating pypilot: debian
- Updating pypilot: tinypilot
- Feedback
- Todo
- Finally
- Autopilot Route Plugin
- Watchdog
- Workbook Release Notes