-
Notifications
You must be signed in to change notification settings - Fork 2
Step 4 The browser interface
marcobergman edited this page Mar 13, 2021
·
3 revisions
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.
At the moment of writing, it shows pypilot Server: Not Connected. This seems to be related to a library incompatibity that can be solved with the following workaround:
pip uninstall python-socketio python-engineio
pip install "python-socketio<5"
Pypilot Workbook
- Introduction
- What is pypilot
- The software component
- The hardware component
- The User Interface component
- Pypilot functions
- Data connections
-
The steps
- Step 1: Install Openplotter Headless
- Step 2: Install pypilot
- Step 3: The openplotter user interface
- Step 4: The browser 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
- Todo