1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 13:50:46 +00:00
Commit graph

400 commits

Author SHA1 Message Date
kx1t
f011f3d551 Dockerfile building optimization 2024-06-18 11:19:33 -04:00
kx1t
b42283b648 Merge branch 'dev' of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder into dev 2024-06-18 11:05:04 -04:00
kx1t
1c7234d2e0
Update aussieadsb.sh 2024-06-17 07:00:51 -04:00
kx1t
fc894892bc
Fix 2 bugs
- mlat-client user argument needs to be quoted to avoid splitting usernames with spaces
- name_arg parameter needs to be unset between iterations of the loop
2024-06-17 06:47:36 -04:00
kx1t
e3455aae55
Update aussieadsb.sh 2024-06-17 06:26:45 -04:00
kx1t
9ff70985a1
Update aussieadsb.sh 2024-06-17 05:47:17 -04:00
kx1t
9e813f2ea3
Update aussieadsb.sh 2024-06-17 05:34:33 -04:00
kx1t
1e6f694d80
Add script to register for AussieADSB feed (#103)
* add AussieADSB registration script

* update readme

* make independent of container run

* update

* update readme

* minor update

* fix typo

* Update aussieadsb.sh

* Update aussieadsb.sh

* Update aussieadsb.sh

* Add netcat-traditional and net-tools to install check

* Update README.md

* Update aussieadsb.sh

* Update aussieadsb.sh
2024-06-16 07:43:21 -04:00
kx1t
8a1b854839
Update aussieadsb.sh 2024-06-16 07:40:46 -04:00
kx1t
105daed6a4
Update aussieadsb.sh 2024-06-16 07:26:35 -04:00
kx1t
3717585203
Update README.md 2024-06-16 07:11:52 -04:00
Fred Clausen
9b6a51e27b
build(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#101)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6
to 4.1.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/releases">actions/checkout's
releases</a>.</em></p>
<blockquote>
<h2>v4.1.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump the minor-npm-dependencies group across 1 directory with 4
updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li>
<li>Bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li>
<li>Check out other refs/* by commit by <a
href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
<li>Pin actions/checkout's own workflows to a known, good, stable
version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/orhantoy"><code>@​orhantoy</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v4.1.6...v4.1.7">https://github.com/actions/checkout/compare/v4.1.6...v4.1.7</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
changelog</a>.</em></p>
<blockquote>
<h2>v4.1.7</h2>
<ul>
<li>Bump the minor-npm-dependencies group across 1 directory with 4
updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li>
<li>Bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li>
<li>Check out other refs/* by commit by <a
href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
<li>Pin actions/checkout's own workflows to a known, good, stable
version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="692973e3d9"><code>692973e</code></a>
Prepare 4.1.7 release (<a
href="https://redirect.github.com/actions/checkout/issues/1775">#1775</a>)</li>
<li><a
href="6ccd57f4c5"><code>6ccd57f</code></a>
Pin actions/checkout's own workflows to a known, good, stable version.
(<a
href="https://redirect.github.com/actions/checkout/issues/1776">#1776</a>)</li>
<li><a
href="b17fe1e4d5"><code>b17fe1e</code></a>
Handle hidden refs (<a
href="https://redirect.github.com/actions/checkout/issues/1774">#1774</a>)</li>
<li><a
href="b80ff79f17"><code>b80ff79</code></a>
Bump actions/checkout from 3 to 4 (<a
href="https://redirect.github.com/actions/checkout/issues/1697">#1697</a>)</li>
<li><a
href="b1ec3021b8"><code>b1ec302</code></a>
Bump the minor-npm-dependencies group across 1 directory with 4 updates
(<a
href="https://redirect.github.com/actions/checkout/issues/1739">#1739</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/checkout/compare/v4.1.6...v4.1.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.6&new-version=4.1.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
2024-06-16 00:46:48 -06:00
Fred Clausen
ebbca034b7
chore(deps): Update pre-commit hooks (#102)
Update pre-commit hooks
2024-06-16 00:04:28 -06:00
kx1t
2b1fe0f773
Add netcat-traditional and net-tools to install check 2024-06-15 23:14:19 -04:00
kx1t
a44c35b66b
Update aussieadsb.sh 2024-06-15 22:57:03 -04:00
kx1t
1df2094611
Update aussieadsb.sh 2024-06-15 22:54:26 -04:00
kx1t
daddd39f0c
Update aussieadsb.sh 2024-06-15 22:26:48 -04:00
fredclausen
81c09c61cd chore(deps): Update pre-commit hooks 2024-06-16 01:38:47 +00:00
kx1t
d0c5e85d45 fix typo 2024-06-15 18:26:45 -04:00
kx1t
ce7d980e85 minor update 2024-06-15 18:26:11 -04:00
kx1t
7e8f3b7c90 update readme 2024-06-15 18:22:29 -04:00
kx1t
a4ffb7055d update 2024-06-15 18:21:09 -04:00
kx1t
24dc56190d make independent of container run 2024-06-15 18:08:37 -04:00
kx1t
946e17f62c update readme 2024-06-15 17:45:24 -04:00
kx1t
264e283908 add AussieADSB registration script 2024-06-15 17:30:46 -04:00
dependabot[bot]
c39cc1033c
build(deps): bump actions/checkout from 4.1.6 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-15 00:06:52 +00:00
kx1t
e08faae9bb updated aggregators descriptions 2024-06-12 14:32:02 -04:00
wiedehopf
2364fdc17e
add git a temporary package as it's no longer in docker-tar1090 (#100) 2024-06-11 19:49:43 -04:00
kx1t
174016e28f
use prebuilt mlat-client (#99)
use fancy run mount
2024-06-11 15:40:58 -04:00
Matthias Wirth
7106057fa5 use prebuilt mlat-client
use fancy run mount
2024-06-11 21:18:32 +02:00
kx1t
ba6eb7bc1e
gpsd support (#97)
As the branch mlat-gps but with some latest changes.
Also rebased on main.
2024-06-07 14:40:20 -04:00
Matthias Wirth
0b10463093 don't immediately start mlat clients when GPSD is configured 2024-06-07 19:28:16 +02:00
Matthias Wirth
372600dfb5 fix mlat-client auto restart when gpsd inactive 2024-06-07 18:30:25 +02:00
Matthias Wirth
6378d30318 update readme for gpsd mlat related vars
enforce limits for gpsd mlat related vars

add readme to change gpsd.socket
2024-06-07 18:16:19 +02:00
Matthias Wirth
04a95b7c5e Dockerfile: move where distance binary is built 2024-06-07 16:00:27 +02:00
Matthias Wirth
342d3fcd75 no_movement_required default / ensure > check interval 2024-06-07 15:56:07 +02:00
Matthias Wirth
e1280accdd move gpsd_mlat_restart into mlat-client scripting
add some wait time for receiver to be stationary
2024-06-07 15:56:07 +02:00
kx1t
04e7707600 make GPS-related restarts faster 2024-06-07 15:56:07 +02:00
kx1t
c03cbdd73b add gpsd directive to the ULTRAFEEDER-CONFIG param; update documentation 2024-06-07 15:56:07 +02:00
kx1t
a0360d933b updates 2024-06-07 15:56:07 +02:00
kx1t
b0fadb8682 fix issue 2024-06-07 15:56:07 +02:00
kx1t
91cef40cb8 build fix 2024-06-07 15:56:07 +02:00
kx1t
9a99ca9118 add local version of distance.c 2024-06-07 15:56:07 +02:00
kx1t
4ac8c1aa2f fix distance so the output in in meters instead of nm 2024-06-07 15:56:07 +02:00
kx1t
67e548907d updates 2024-06-07 15:56:07 +02:00
kx1t
5006f66b68 typo 2024-06-07 15:56:07 +02:00
kx1t
2b8ac0b40b add log verbosity 2024-06-07 15:56:07 +02:00
kx1t
02e63838e3 bug fix 2024-06-07 15:56:07 +02:00
kx1t
0420702070 minor addition 2024-06-07 15:56:07 +02:00
kx1t
46b072763d further updates to make GPSD work 2024-06-07 15:56:07 +02:00