You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-39Lines changed: 34 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -1,50 +1,45 @@
1
-
<h1>ADS-B Decoder - Ruby</h1>
2
-
3
-
<p>
4
-
Aujourd'hui on je vous présente l'utilisation et le fonctionnement de mon décodeur ADS-B.
5
-
</p>
6
-
7
-
<h2><b>C'est quoi l'ADS-B ?</b></h2>
8
-
<p>
9
-
L'ADS-B pour Automatic dependent surveillance-broadcast est un système de surveillance, par satélite, pour obtenir des informations sur le trafique aerien. Contrairement aux autres signaux celui-ci n'attend aucune intérrogation. Sa position est fixé via un sattélite.
10
-
</p>
11
-
12
-
<imgsrc="explained.jpg">
13
-
14
-
<h2><b>Comment réceptionner la transmision ADS-B ?</b></h2>
15
-
<p>
16
-
Pour se faire je ne vais pas m'attarder sur le côté technique manuelle de la chose, mais il vous faut un outil vous permettant d'intercépter des frequences, tel que le RTL-SDR qui le fait très bien. Il faudra également une antenne réglé sous une fréquence de <b>1090MHz</b>, c'est la fréquence émise par le transpondeur de l'avion. En revanche l'avion n'envoit pas qu'un seul type de transmission. Aujourd'hui les avions utilisent une methode de transmission appelé <b>mode S</b> celui-ci permet une interrogation selective.
17
-
</p>
18
-
<imgsrc="modes.png">
19
-
<h2><b>Comment détecter une transmission ADS-B ?</b></h2>
20
-
<p>
21
-
En effet dans le mode S il existe plusieurs type, ainsi que leur type de liaison. On peut y voir que dans le tableau ci-dessus. Les modes necessitant une intérrogation et ceux ne nécessitant aucune intérrogation. Si l'on analyse bien le tableau il existe trois format intéressant qui sont 17-18-19.
22
-
Les trois modes sont intéressant ils ne nécessitent aucune interrogation de la part du SSR.
23
-
<br>
24
-
<br>
25
-
Cela veut dire que les format là sont envoyé de manière automatique par l'avion tout comme notre technologie ADS-B. Pour détecter si il s'agit d'une transmission ADS-B il suffit de regarder les 3 premiers bits de notre "ME" qui est un segment de 56 bits envoyé dans la trame ADS-B.
26
-
</p>
27
-
<imgsrc="adsbmode.png">
28
-
29
-
<h2><b>Analyse d'une trame ADS-B</b></h2>
30
-
<pre>
1
+
# ADS-B Decoder - Ruby
2
+
3
+
Today I present to you the use and operation of my ADS-B decoder.
4
+
5
+
## What is ADS-B?
6
+
7
+
ADS-B for Automatic Dependent Surveillance-Broadcast is a satellite surveillance system for obtaining information on air traffic. Unlike other signals, this one does not wait for any interrogation. Its position is fixed via a satellite.
8
+
9
+

10
+
11
+
## How to receive ADS-B transmission?
12
+
13
+
To do so, I won't dwell on the manual technical side of the thing, but you need a tool allowing you to intercept frequencies, such as the RTL-SDR which does it very well. You will also need an antenna set under a frequency of <b> 1090MHz </b>, this is the frequency emitted by the aircraft's transponder. On the other hand, the plane does not send only one type of transmission. Today planes use a transmission method called <b> mode S </b> which allows selective interrogation.
14
+
15
+

16
+
17
+
## How to detect an ADS-B transmission?
18
+
19
+
Indeed in the S mode there are several types, as well as their type of connection. It can be seen only in the table above. The modes requiring an interrogation and those requiring no interrogation. If we analyze the table well there are three interesting formats which are 17-18-19.
20
+
The three modes are interesting they do not require any interrogation from the SSR.
21
+
22
+
This means that the formats there are sent automatically by the aircraft just like our ADS-B technology. To detect if this is an ADS-B transmission, just look at the first 3 bits of our "ME" which is a 56-bit segment sent in the ADS-B frame.
0 commit comments