sgofferj / TAK-ADSB-ID

A collection of interesting ADSB ICAO hexids for ADSB to CoT feeders.
Creative Commons Attribution Share Alike 4.0 International
10 stars 0 forks source link

Q: correct config for PiAware plus ADSBCOT #4

Closed robeweber closed 1 month ago

robeweber commented 1 month ago

Hi,

I was wondering if my configuration on a piAware Raspi is correct. I have a local TAK Server plus on a different machine piAware and ADSBCOT correctly running. The data is populating nicely on the TAK Server.

If I want to use your json output as known_craft, is my config as follows correct?:

[adsbcot]
COT_URL = tcp://[**localIP**]:[**port**]
FEED_URL = http://localhost:8080/data/aircraft.json
POLL_INTERVAL = 10
KNOWN_CRAFT = /home/pi/cotdb_indexed.json

Where cotdb_indexed.json is from your git repository. I noticed that I get error messages from cotdb.json, so I switched over to cotdb_indexed.json instead and no longer have error messages.

A heads-up would be nice. Thank you. Kind regards Robert

sgofferj commented 1 month ago

No idea, actually. I'm just doing the database. The right place for this question is https://github.com/snstac/adsbcot/issues

robeweber commented 1 month ago

If anyone needs help with this feature and setup. Look at the following issue in a different repo: known_craft config issue