Hi,
just got my rpi 3 and installed fr24feed via the script. Unfortunately I can't get it working with my sbs-1 via TCP.
Using the same config as in the Windows version, where it works fine:
Returned coordinates are fine and the connection is being established:
But I end up in a ping/sync loop anyway, having no data output on any of the ports (tried to enable all of them). When connecting Basestation to the rpi, it constantly reconnects (most likely because there's no data/wrong data).
Version is 1.0.18-5
The Windows version works fine with the exact same config (except mlat, of course, disableing mlat gets the same result).
Oliver.
just got my rpi 3 and installed fr24feed via the script. Unfortunately I can't get it working with my sbs-1 via TCP.
Using the same config as in the Windows version, where it works fine:
Code:
receiver="sbs1tcp" fr24key="**" host="192.168.178.4:10001" bs="no" raw="no" logmode="1" windowmode="0" logpath="/var/log/" mpx="yes" mlat="yes" mlat-without-gps="yes"
Code:
2016-04-27 11:27:14 | [basestation][i]Thread started 2016-04-27 11:27:14 | [basestation][i]Creating server socket 2016-04-27 11:27:14 | [main][i]MLAT data feed started 2016-04-27 11:27:14 | [basestation][i]Starting server on port 20072 2016-04-27 11:27:14 | [basestation][i]Waiting for a connection 2016-04-27 11:27:14 | [mlat][i]Waiting for MLAT configuration 2016-04-27 11:27:14 | [mlat][e]Receiver not compatible with MLAT, timestamps in wrong format![reader][i]Authenticated, processing messages
Version is 1.0.18-5
The Windows version works fine with the exact same config (except mlat, of course, disableing mlat gets the same result).
Oliver.
Comment