Aaron Shaw
Aaron Shaw
fix code tags
Draft deploy PRs to balena app so we can identify any build issues before merge According to docs here... https://github.com/balena-io/deploy-to-balena-action?tab=readme-ov-file#usage Closes: #170
When a pull request is opened (or a push to non-master branch) we could perform a test build on balena using the --draft flag. This would allow us to surface...
#95 adds a bunch of adsb exchange clones as options. Need to test and verify the MLAT and MLAT results are working correctly.
While working on #95 i thought it would be useful for people to be able to put in device variables that would enable them to arbitrarily define similar new services...
Ref #143 and #142 it looks like they have merged the fix upstream So looks like we can revert wifi-connect to using upstream image rather than copying files locally here...
Add support for Airspy SDR. I've got one here so will try to get it working soon :-)
As per https://github.com/ketilmo/balena-ads-b/issues/247#issuecomment-2628575932 There are several errors coming from the s6 service in the tar1090 container. Unclear why exactly, or whether it's an issue (tar1090 and graphs1090 seem to run...
Some containers such as dump1090-fa need to be able to idle to allow input. Others such as Wingbits and planewatch can shut down if the correct env variables are not...
One thing I was thinking whilst doing #194 was that we could do a similar thing with `mlat-client` container as was done with the `autohupr` container. In other words, have...