Skip to content

Commit 1ffc503

Browse files
authored
Update README.md
1 parent 1642d00 commit 1ffc503

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Loads ADSB data into Mission Planner or QGC without a need for an ADSB receiver.
55

66
<img width="1970" alt="image" src="https://github.com/MohammadAdib/MavADSB/assets/1324144/51630334-e4dc-4995-af77-3b710f7a382f">
77

8-
### How to use
8+
### Basic usage
99
Get the Jar file in out/artifacts/MavADSB_jar/ and type this into the terminal:
1010

1111
```
@@ -14,6 +14,16 @@ java -jar MavADSB.jar lat lon
1414

1515
Replace ```lat``` and ```lon``` with your location, and it will display all ADSB data within 250nm
1616

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+
1727
### API & Docs
1828
ADSB-One API: https://github.com/ADSB-One/api/blob/main/README.md
1929

0 commit comments

Comments
 (0)