diff --git a/README.md b/README.md index 22c73df..81baee7 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ If you need help, feel free to chat with us at the Discord server that is linked - [Aggregating multiple instances of the container](#aggregating-multiple-instances-of-the-container) - [Hardware requirements](#hardware-requirements) - [Getting Help](#getting-help) + - [Acknowledgements](#acknowledgements) + - [License](#license) Docker container for feeding many AIS aggregators, showing a local map with ships heard, etc. The container uses [AIS-Catcher](https://aiscatcher.org) and also includes [AirNav ShipXplorer](https://www.shipxplorer.com)'s `sxfeeder`. Builds and runs on `arm64`, `armv7/armhf`, and `amd64/x86`. @@ -438,3 +440,21 @@ Last - the software will run on a Raspberry Pi 3B+ or 4, with Raspberry Pi OS, U You can [log an issue](https://github.com/sdr-enthusiasts/docker-shipfeeder/issues) on the project's GitHub. I also have a [Discord channel](https://discord.gg/sTf9uYF), feel free to [join](https://discord.gg/sTf9uYF) and converse. + +## Acknowledgements + +This effort wouldn't exist without much help and advice of the following individuals: + +- [JvdE-Github](https://github.com/jvde-github/ais-catcher), who created the excellent `ais-catcher` package which forms the basis of this container +- [Wiedehopf]((https://github.com/wiedehopf) without whose advice we'd all still live in the stone age +- [John Norrbin](https://github.com/Johnex) for his ideas, testing, feature requests, more testing, nagging, pushing, prodding, and overall efforts to make this a high quality container and for the USB "hotplug" configuration +- The community at the [SDR-Enthusiasts Discord Server](https://discord.gg/sTf9uYF) for helping out, testing, asking questions, and generally driving to make this a better productn +- [Pete](https://pliw.co.uk/ais) who provided access and major help testing new features + +## License + +Copyright (C) 2022-2024, Ramon F. Kolb (kx1t) + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . \ No newline at end of file diff --git a/rootfs/etc/s6-overlay/scripts/10-container-init b/rootfs/etc/s6-overlay/scripts/10-container-init index f33508c..c659855 100755 --- a/rootfs/etc/s6-overlay/scripts/10-container-init +++ b/rootfs/etc/s6-overlay/scripts/10-container-init @@ -6,7 +6,7 @@ APPNAME="10-container-init" s6wrap=(s6wrap --quiet --timestamps --prepend="${APPNAME}") #--------------------------------------------------------------------------------------------- -# Copyright (C) 2022-2023, Ramon F. Kolb (kx1t) +# Copyright (C) 2022-2024, Ramon F. Kolb (kx1t) # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/rootfs/etc/s6-overlay/scripts/40-sxfeeder b/rootfs/etc/s6-overlay/scripts/40-sxfeeder index 28c4057..5912089 100755 --- a/rootfs/etc/s6-overlay/scripts/40-sxfeeder +++ b/rootfs/etc/s6-overlay/scripts/40-sxfeeder @@ -4,7 +4,7 @@ source /scripts/common #--------------------------------------------------------------------------------------------- -# Copyright (C) 2022-2023, Ramon F. Kolb (kx1t) +# Copyright (C) 2022-2024, Ramon F. Kolb (kx1t) # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/rootfs/etc/s6-overlay/scripts/50-update-plugins b/rootfs/etc/s6-overlay/scripts/50-update-plugins index f8c222d..1ad20b1 100755 --- a/rootfs/etc/s6-overlay/scripts/50-update-plugins +++ b/rootfs/etc/s6-overlay/scripts/50-update-plugins @@ -4,7 +4,7 @@ source /scripts/common #--------------------------------------------------------------------------------------------- -# Copyright (C) 2022-2023, Ramon F. Kolb (kx1t) +# Copyright (C) 2022-2024, Ramon F. Kolb (kx1t) # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/rootfs/etc/s6-overlay/scripts/60-backup-aiscatcher_bin b/rootfs/etc/s6-overlay/scripts/60-backup-aiscatcher_bin index f6bbe3d..ff658f3 100755 --- a/rootfs/etc/s6-overlay/scripts/60-backup-aiscatcher_bin +++ b/rootfs/etc/s6-overlay/scripts/60-backup-aiscatcher_bin @@ -4,7 +4,7 @@ source /scripts/common #--------------------------------------------------------------------------------------------- -# Copyright (C) 2022-2023, Ramon F. Kolb (kx1t) +# Copyright (C) 2022-2024, Ramon F. Kolb (kx1t) # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/rootfs/etc/s6-overlay/scripts/aiscatcher b/rootfs/etc/s6-overlay/scripts/aiscatcher index 802f565..5fc321b 100755 --- a/rootfs/etc/s6-overlay/scripts/aiscatcher +++ b/rootfs/etc/s6-overlay/scripts/aiscatcher @@ -6,7 +6,7 @@ APPNAME="aiscatcher" s6wrap=(s6wrap --quiet --timestamps --prepend="${APPNAME}") #--------------------------------------------------------------------------------------------- -# Copyright (C) 2022-2023, Ramon F. Kolb (kx1t) +# Copyright (C) 2022-2024, Ramon F. Kolb (kx1t) # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/rootfs/etc/s6-overlay/scripts/check-about-updates b/rootfs/etc/s6-overlay/scripts/check-about-updates index 0c3fe84..86e2fac 100755 --- a/rootfs/etc/s6-overlay/scripts/check-about-updates +++ b/rootfs/etc/s6-overlay/scripts/check-about-updates @@ -6,7 +6,7 @@ APPNAME="check-about-updates" s6wrap=(s6wrap --quiet --timestamps --prepend="${APPNAME}") #--------------------------------------------------------------------------------------------- -# Copyright (C) 2022-2023, Ramon F. Kolb (kx1t) +# Copyright (C) 2022-2024, Ramon F. Kolb (kx1t) # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/rootfs/etc/s6-overlay/scripts/check-plugin-updates b/rootfs/etc/s6-overlay/scripts/check-plugin-updates index 5f1e18f..e5a6886 100755 --- a/rootfs/etc/s6-overlay/scripts/check-plugin-updates +++ b/rootfs/etc/s6-overlay/scripts/check-plugin-updates @@ -4,7 +4,7 @@ source /scripts/common #--------------------------------------------------------------------------------------------- -# Copyright (C) 2022-2023, Ramon F. Kolb (kx1t) +# Copyright (C) 2022-2024, Ramon F. Kolb (kx1t) # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/rootfs/etc/s6-overlay/scripts/down-aiscatcher b/rootfs/etc/s6-overlay/scripts/down-aiscatcher index c48616b..9e684ce 100755 --- a/rootfs/etc/s6-overlay/scripts/down-aiscatcher +++ b/rootfs/etc/s6-overlay/scripts/down-aiscatcher @@ -2,7 +2,7 @@ #shellcheck shell=bash #--------------------------------------------------------------------------------------------- -# Copyright (C) 2022-2023, Ramon F. Kolb (kx1t) +# Copyright (C) 2022-2024, Ramon F. Kolb (kx1t) # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/rootfs/etc/s6-overlay/scripts/sxfeeder b/rootfs/etc/s6-overlay/scripts/sxfeeder index 5b6ab27..67c05ab 100755 --- a/rootfs/etc/s6-overlay/scripts/sxfeeder +++ b/rootfs/etc/s6-overlay/scripts/sxfeeder @@ -7,7 +7,7 @@ APPNAME="sxfeeder" s6wrap=(s6wrap --quiet --timestamps --prepend="${APPNAME}") #--------------------------------------------------------------------------------------------- -# Copyright (C) 2022-2023, Ramon F. Kolb (kx1t) +# Copyright (C) 2022-2024, Ramon F. Kolb (kx1t) # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the