Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github authored Dec 2, 2023
1 parent 330ce18 commit 895a1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Only use this software in regions where such use is permitted.
## What's new?

Edge:
- New decoding model (`-m 4`) that includes a differential decoder as a backstop for receiving ships that suffer from, e.g., clock drift issues. The reported drift and signal level need some work still but this will become the default model although it will come with some overhead (25% computation time compared to current decoder).
- I created [aischatcher.org](https://aiscatcher.org) and started sharing data from my own station [here](https://aiscatcher.org/southwood). The site also contains links to several
dashboards for stations running AIS-catcher and link to interesting (open source) projects related to AIS and AIS-catcher.
- **If you want a persistent dashboard available outside the local network, please reach out (jvde.github at gmail.com) an I will add it to [aiscatcher.org](https://aiscatcher.org). It requires a UDP stream from AIS-catcher, station name and, optionally, a rough approximation for the station location.**. Data is not aggregated and forwarded.
- New decoding model (`-m 4`) that includes a differential decoder as a backstop for receiving ships that have, e.g., clock drift issues. The reported drift and signal level need some work still but this will become the default model at some point although it will come with some overhead (25% computation time compared to current decoder).
- If you want a persistent dashboard available outside the local network, please reach out (jvde.github at gmail.com) an I will add it to [aiscatcher.org](https://aiscatcher.org). It requires a UDP stream from AIS-catcher, station name and, optionally, a rough approximation for the station location. Data is not aggregated and forwarded.
- Addition of option `-N CONTEXT yyyy` which will store the settings in the webbrowser in `yyyy`. This will allow to separate setting storage when running multiple webclients.
- GPS information (e.g. via serial `-e ...` or gpsd `-t gpsd ...`) is now included in HTTP client push
- First iteration of introducing data feeds with authentication to minimize security issues with data feeds, `-u x.x.x.x y UUID u`
Expand Down

0 comments on commit 895a1d2

Please sign in to comment.