UI - feedback requested #583
Replies: 3 comments 1 reply
-
|
The UI is essentially the familiar webviewer with an additional control section at the bottom similar to AIS-catcher-for-Android:
|
Beta Was this translation helpful? Give feedback.
-
|
Trying to download the Windows version (option 2), but I only get an error 404 :( |
Beta Was this translation helpful? Give feedback.
-
|
Installed and running now. At first glance I can't actually find any bugs and it was very simple to get started. Looking very good. Only thing missing is the ability to restart instead och pressing "Stop" and then "Start". :) Nice work. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Experimental GUI for AIS-catcher
I've developed an experimental version of a GUI for AIS-catcher that includes a setup wizard. After further testing, this will be integrated into the main branch.
Notes before you start:
Installation
Choose one of the following methods to test the preview.
Option 1 — Docker
The container starts the GUI right away — continue at Opening the GUI below. To reach the GUI from another machine (e.g. a headless Raspberry Pi), append
0.0.0.0after the config path; you will then be asked to set an admin password on first visit:Option 2 — Windows
Download and extract AIS-catcher.x64.zip, then run
start.bat(orAIS-catcher.exe -E).Option 3 — Debian / Ubuntu / Raspberry Pi package
Install the matching
.debfrom the preview release, then start with:For access from another machine use
AIS-catcher -E 0.0.0.0(asks you to set a password on first visit).Option 4 — Build from source
Build the
managedbranch from the AIS-catcher repository, then start withAIS-catcher -E.Opening the GUI
Open your browser and go to http://localhost:8118 (or
http://<device address>:8118for remote access). The GUI runs on port 8118 and the built-in viewer on port 8119 — allow both through a firewall if needed.Screenshots
Main interface
Setup wizard
Beta Was this translation helpful? Give feedback.
All reactions