User Tools

Site Tools


flight:adsb-server-writeup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
flight:adsb-server-writeup [2023/05/03 15:01] – [System Description] 2m0iigflight:adsb-server-writeup [2023/05/08 16:18] – [MLAT Client] 2m0iig
Line 271: Line 271:
  
 RESULTS4 therefore needs to be set to the port you picked earlier that doesn't conflict with any other aggregator website's MLAT results port. RESULTS4 therefore needs to be set to the port you picked earlier that doesn't conflict with any other aggregator website's MLAT results port.
 +
 +One other thing we have to do is tell the mlat-client where to look for your site's UUID when it's being compiled by a user. This is best done by cloning the mlat-client repo and then changing the "mlat-client" file in the root of it. Here's the relevant line, 105:
 +
 +<code>
 +uuid_path = [ '/usr/local/share/xxxx/xxxx-uuid', '/boot/xxxx-uuid' ]
 +</code>
 +
 +Change the right bits to your client's install folder in /usr/local/share/
  
 So, make changes to your client, push them to your repo, and then let your feeders loose on it to reinstall everything and set up MLAT. So, make changes to your client, push them to your repo, and then let your feeders loose on it to reinstall everything and set up MLAT.
flight/adsb-server-writeup.txt · Last modified: 2023/05/08 16:20 by 2m0iig