Skip to content

Commit b987847

Browse files
authored
Update README.md
1 parent 5ba2cf3 commit b987847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Getting UAT data into Virtual Radar Server continues to be a challenge. The tools available can be difficult to install and can provide inconsistent and unreliable data to VRS.
44

55
Stratux is a well-tested platform for receiving and decoding UAT data, however its output format is GDL90 which is suitable for avionics, not VRS.
6-
To use a Stratux or use its tools to feed VRS, a format converter from GDL90 to SBS is needed. The python program [GDL90_to_SBS.py](https://github.com/egite/Stratux-GDL90-to-SBS-Converter-for-Virtual-Radar-Server/releases/download/v1.0/GDL90_to_SBS.py) does just that, taking the GDL90 data and making it available on TCP port 33333 in SBS format for VRS. No changes to the Stratux GDL90 output are made. The program can work on a pi running Stratux or a pi without Stratux. Choose your option below.
6+
To use a Stratux or use its tools to feed VRS, a format converter from GDL90 to SBS is needed. The python program [GDL90_to_SBS.py](https://github.com/egite/Stratux-GDL90-to-SBS-Converter-for-Virtual-Radar-Server/releases/download/v1.0/GDL90_to_SBS.py) does just that, taking the GDL90 data and making it available on a specified TCP port (*e.g.*, 33333) in SBS format for VRS. No changes to the Stratux GDL90 output are made. The program can work on a pi running Stratux or a pi without Stratux. Choose your option below.
77

88
<ins>**Running the python program on a Stratux**</ins>
99

0 commit comments

Comments
 (0)