File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Loads ADSB data into Mission Planner or QGC without a need for an ADSB receiver.
5
5
6
6
<img width =" 1970 " alt =" image " src =" https://github.com/MohammadAdib/MavADSB/assets/1324144/51630334-e4dc-4995-af77-3b710f7a382f " >
7
7
8
- ### How to use
8
+ ### Basic usage
9
9
Get the Jar file in out/artifacts/MavADSB_jar/ and type this into the terminal:
10
10
11
11
```
@@ -14,6 +14,16 @@ java -jar MavADSB.jar lat lon
14
14
15
15
Replace ``` lat ``` and ``` lon ``` with your location, and it will display all ADSB data within 250nm
16
16
17
+
18
+ ### Advanced usage
19
+ ```
20
+ java -jar MavADSB.jar lat lon radius interval
21
+ ```
22
+
23
+ Replace ``` radius ``` with the polling radius around ``` lat,lon ``` (up to 250) in nautical miles. Optional
24
+
25
+ Replace ``` interval ``` with the polling interval in milliseconds (minimum 1000) in milliseconds. Optional
26
+
17
27
### API & Docs
18
28
ADSB-One API: https://github.com/ADSB-One/api/blob/main/README.md
19
29
You can’t perform that action at this time.
0 commit comments