10
« Last post by BicNav on November 13, 2025, 07:27:48 PM »
I have the ANRB installed on Windows 11 and have a RasPI running RBFeeder both of which are on the same LAN. The RBFeeder successfully feeds flights to the RadarBox server and my station page shows the flights as expected.
However, I can't see the flights on the ANRB - even though the connection box is green and status bar states:- Hardware: Connected (192.168.1.131) . The message counter remains at zero - Msgs/Sec (0)
I have reinstalled both the ANRB as well as the RBFeeder, and have checked all the settings. I have also installed the ANRB on a Windows 10 laptop on the same LAN and have exactly the same issue - no flights are shown even though the connection box is green.
I have checked that port 32088 has an established connection to the IP address of the RasPI:-
PS C:\WINDOWS\system32> netstat -ano | findstr 32088
TCP 192.168.1.101:30939 192.168.1.131:32088 ESTABLISHED 30220
I have also connected to port 32088 via Telnet and can see that data is being delivered with this command:-
Microsoft Telnet> open 192.168.1.131 32088
Here is the result:-
RTI3JU0jIl1ZUlJIU1JRUVBTUlZQVldWU1JPSFNWUVNUTk9ITFNSVlFOT0hNTk9IUE5P~*
RTI3JU1WU1JYVlRIU1JRUVBTUlZQVldWU1JPSFNbVFFRTk9IUFRQVE1OT0hNTk9VTU4=~*
RTI3JU1WU1NXWiJIU1JRUVBTUlZQVldWU1JPSFhUUVFNTk9ITU5PSE1OUkhN~*
..... and so on.
The output continues which shows that the handshake must be working which proves the ANRB is accepting the data, but is refusing to process it.
I have the feeling that the data is somehow malformed, so that the ANRB cannot decode it.
Does anyone have any experience in this type of data exchange? As far as I know it's not raw BEAST format, but is post processed by RBFeeder to output the format ANRB expects.
Clearly something is wrong either with the RBFeeder installation / configuration on the RasPI or the Windows installation of ANRB.