Code Monkey home page Code Monkey logo

feedclient's People

Contributors

adsb-related-code avatar dan-adsbx avatar dschaper avatar jprochazka avatar wiedehopf avatar zevlag avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

feedclient's Issues

Uninstall local interface only

Hi

I have used the following script: sudo bash /usr/local/share/adsbexchange/git/install-or-update-interface.sh
However, I already had tar1090 and readsb running to provide adsb data to feed.
Having the tar1090 map twice is thus unnecessary. How can I only remove the local interface?
This in order to remove the local-ip/adsbx

Thanks!

Error when compileing

Installing mlat-client to virtual environment

34
36
38
40
46
48
50
60
Created symlink /etc/systemd/system/default.target.wants/adsbexchange-mlat.service → /lib/systemd/system/adsbexchange-mlat.service.
70

Compiling / installing the readsb based feed client

72
74
rm -f .o uat2esnt/.o compat/clock_gettime/.o compat/clock_nanosleep/.o readsb viewadsb cprtests crctests convert_benchmark
api.c: In function ‘apiReadRequest’:
api.c:1530:0: error: ignoring #pragma GCC unroll [-Werror=unknown-pragmas]
_unroll_32

api.c: At top level:
cc1: error: unrecognized command line option ‘-Wno-format-truncation’ [-Werror]
cc1: all warnings being treated as errors
make: *** [api.o] Fehler 1
make: *** Es wird auf noch nicht beendete Prozesse gewartet...

[ERROR] Error in line 300 when executing: make -j2 AIRCRAFT_HASH_BITS=12 >> $LOGFILE

Sudo Error Running axfeed.sh

Attempting to run:

sudo bash /tmp/axfeed.sh

after successfully running:

curl -L -o /tmp/axfeed.sh https://adsbexchange.com/feed.sh

gives the following error:

sudo: error in /etc/sudo.conf, line 0 while loading plugin "sudoers_policy"
sudo: unable to load /usr/lib/sudo/sudoers.so: /usr/lib/sudo/sudoers.so: unsupported version 9 of Verneed record

Pi is running Linux piaware 4.19.66-v7+

adsbexchange-mlat error

Hi,

I just installed the feed client on top of tar1090/readsb as described in the wiki.
The feed is working, however mlat isn't:

This is the error i'm getting:

Sep 27 15:50:18 tar1090 systemd[1]: Started adsbexchange-mlat.service - adsbexchange-mlat.
Sep 27 15:50:21 tar1090 adsbexchange-mlat[1512]: Traceback (most recent call last):
Sep 27 15:50:21 tar1090 adsbexchange-mlat[1512]:   File "/usr/local/share/adsbexchange/venv/bin/mlat-client", line 4, in <module>
Sep 27 15:50:21 tar1090 adsbexchange-mlat[1512]:     __import__('pkg_resources').run_script('MlatClient==0.4.2', 'mlat-client')
Sep 27 15:50:21 tar1090 adsbexchange-mlat[1512]:   File "/usr/local/share/adsbexchange/venv/lib/python3.11/site-packages/pkg_resources/__init__.py", line 708, in run_script
Sep 27 15:50:21 tar1090 adsbexchange-mlat[1512]:     self.require(requires)[0].run_script(script_name, ns)
Sep 27 15:50:21 tar1090 adsbexchange-mlat[1512]:   File "/usr/local/share/adsbexchange/venv/lib/python3.11/site-packages/pkg_resources/__init__.py", line 1517, in run_script
Sep 27 15:50:21 tar1090 adsbexchange-mlat[1512]:     exec(code, namespace, namespace)
Sep 27 15:50:21 tar1090 adsbexchange-mlat[1512]:   File "/usr/local/share/adsbexchange/venv/lib/python3.11/site-packages/MlatClient-0.4.2-py3.11-linux-x86_64.egg/EGG-INFO/scripts/mlat-client", line 26, in <module>
Sep 27 15:50:21 tar1090 adsbexchange-mlat[1512]:     from mlat.client.receiver import ReceiverConnection
Sep 27 15:50:21 tar1090 adsbexchange-mlat[1512]:   File "/usr/local/share/adsbexchange/venv/lib/python3.11/site-packages/MlatClient-0.4.2-py3.11-linux-x86_64.egg/mlat/client/receiver.py", line 26, in <module>
Sep 27 15:50:21 tar1090 adsbexchange-mlat[1512]:     import _modes
Sep 27 15:50:21 tar1090 adsbexchange-mlat[1512]: ImportError: /usr/local/share/adsbexchange/venv/lib/python3.11/site-packages/MlatClient-0.4.2-py3.11-linux-x86_64.egg/_modes.cpython-311-x86_64-linux-gnu.so: undefined symbol: _PyFloat_Unpack4
Sep 27 15:50:21 tar1090 systemd[1]: adsbexchange-mlat.service: Main process exited, code=exited, status=1/FAILURE
Sep 27 15:50:21 tar1090 systemd[1]: adsbexchange-mlat.service: Failed with result 'exit-code'.
``

Error install

This is my output:

curl -L -o /tmp/axupdate.sh https://adsbexchange.com/feed-update.sh
sudo bash /tmp/axupdate.sh

Installing mlat-client to virtual environment

34
Error: Command '['/usr/local/share/adsbexchange/venv/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
48
50
60
70

Compiling / installing the readsb based feed client

72
74
rm -f .o uat2esnt/.o compat/clock_gettime/.o compat/clock_nanosleep/.o readsb viewadsb cprtests crctests convert_benchmark
In file included from readsb.h:419:0,
from readsb.c:54:
util.h:249:5: error: unknown type name ‘ZSTD_CStream’
ZSTD_CStream *cstream;
^
util.h:250:5: error: unknown type name ‘ZSTD_inBuffer’
ZSTD_inBuffer in;
^
util.h:252:5: error: unknown type name ‘ZSTD_outBuffer’
ZSTD_outBuffer out;
^
cc1: error: unrecognized command line option ‘-Wno-format-truncation’ [-Werror]
cc1: all warnings being treated as errors
make: *** [readsb.o] Error 1
make: *** Waiting for unfinished jobs....

[ERROR] Error in line 300 when executing: make -j2 AIRCRAFT_HASH_BITS=12 >> $LOGFILE

How to remove feed to adsbexchange?

Given the recent story about ADSBexchange being sold to JetNet I have decided to remove the feed to ADSBexchange. Are there any instructions on how to remove/uninstall the feedclient?

Ubuntu 24.04 / Debian Trixy

Won’t install mlat client on either of these OS’s as they have a different set of Python Libraries I believe 24.04 / Trixir use Python 3.12 which makes the mlat client not compatible

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.