-
Notifications
You must be signed in to change notification settings - Fork 75
Description
Hi, for some reason I had a job to get mlat-client built on a raspbian recently. The issue of which python version 2 or 3 seemed to prevent it getting built, then I also found I needed to uncomment the include in /etc/ld.so.conf or shlibdeps would fail.
So I finally have it built and I can see its working, I have sync on adsbx, which is great. But I can't seem to connect to the results port. I have it defined as --results ext_basestation,listen,30108 and I see in netstat the port is bound and listening. I have pointed VRS at it and it is stuck in connecting state. If I try to telnet to it, the session just hangs, it doesn't say refused or connected, just sits there until it times out. Should I get something back if I telnet to it?
I notice in ps xa that it is being run under python3.4 whereas it would only build if I forced python to be an alias of python2.7. Wondering if that could be the reason the results server isn't responding?