Greg Albrecht W2GMD
Greg Albrecht W2GMD
Ok, I think you might be confused about the FEED_URL parameter. Currently you're using `http://127.0.0.1:30002`, however, the 30002 port should use a URL like: `tcp+raw://127.0.0.1:30002` or `tcp+beast://127.0.0.1:30002`.
See https://github.com/snstac/airtak/issues/23
Thanks for filing this bug. I've never actually tested on Windows so I'll need to fire this up and try. Can you tell me a little bit more about the...
@dbussert thanks for the heads-up on this. I don't remember how I got this all mixed up. I'm pretty sure I did have non-http working on my adsbexchange pi, but...
``` PYTHONPATH=./local/lib/python3.9 DUMP1090_URL=tcp+beast://localhost .local/bin/adsbcot 2023-01-19 22:46:57,091 pytak INFO - COT Dest: udp://239.2.3.1:6969 2023-01-19 22:46:57,095 pytak INFO - COT Dest: udp://239.2.3.1:6969 2023-01-19 22:46:57,095 pytak INFO - Run: 2023-01-19 22:46:57,105 pytak INFO...
@dbussert if you don't mind testing again, can you try: `sudo apt install libatlas-base-dev` or `python3 -m pip install pyrtlsdr` Then try to install pymodes again?
Fix: Set the env var `$env:PYTAK_MULTICAST_LOCAL_ADDR = '0.0.0.0'` before running aiscot
@sei-jmattson PR welcome!
Haven't figured out the auth method TAK Server uses yet.
Brian Y.: > When the "Use Authentication" option is enabled I believe TAK Server expects the first packet through that connection from the client to include the user/client credentials. If...