@@ -5,7 +5,8 @@ Dump 1090 is a Mode S decoder specifically designed for RTLSDR devices.
5
5
6
6
The main features are:
7
7
8
- * Robust decoding of weak messages.
8
+ * Robust decoding of weak messages, with mode1090 many users observed
9
+ improved range compared to other popular decoders.
9
10
* Single bit errors correction using the 24 bit CRC.
10
11
* Ability to decode DF11, DF17 messages.
11
12
* Ability to decode DF formats like DF0, DF4, DF5, DF16, DF20 and DF21
@@ -14,6 +15,8 @@ The main features are:
14
15
* Decode raw IQ samples from file (using --ifile command line switch).
15
16
* Interactive mode where aircrafts currently detected are shown
16
17
as a list refreshing as more data arrives.
18
+ * CPR coordinates decoding and track calculation from velocity.
19
+ * TCP server streaming raw data to connected clients (use --net).
17
20
18
21
Installation
19
22
---
@@ -94,6 +97,20 @@ If you can capture traffic that Dump1090 is not able to decode properly, drop
94
97
me an email with a download link. I may try to improve the detection during
95
98
my free time (this is just an hobby project).
96
99
100
+ Network server features
101
+ ---
102
+
103
+ By enabling the networking support with --net Dump1090 starts listening
104
+ for clients connections on port 30002 (you can change the port using
105
+ the --net-ro-port option).
106
+
107
+ Connected clients are served with data ASAP as they arrive from the device
108
+ (or from file if --ifile is used) in the raw format similar to the following:
109
+
110
+ *8D451E8B99019699C00B0A81F36E;
111
+
112
+ Every entry is separated by a simple newline (LF character, hex 0x0A).
113
+
97
114
Antenna
98
115
---
99
116
0 commit comments