Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglasdc3 committed Apr 4, 2023
1 parent 622b900 commit 56bd1e0
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,37 @@ Download the executable from the releases page.
Inside a terminal / Console window run the following command

```bash
<executable> -h <your-dump-1090-ip> -p 30002
<executable> record -h <your-dump-1090-ip> -p 30002
```

For example on windows

```bash
dump1090-recorder.exe -h 127.0.0.1 -p 30002
dump1090-recorder.exe record -h 127.0.0.1 -p 30002
```

On mac there is an issue with the build you can run the app using

```bash
./dump1090-recorder/Contents/MacOS/dump1090-recorder -h 127.0.0.1 -p 30002
./dump1090-recorder/Contents/MacOS/dump1090-recorder record -h 127.0.0.1 -p 30002
```

## Playback

```bash
<executable> playback -f ./dump1090-adsb.log -h <your-dump-1090-ip> -p 30002
```

For example on windows

```bash
dump1090-recorder.exe playback -f ./dump1090-adsb.log -h 127.0.0.1 -p 30002
```

On mac there is an issue with the build you can run the app using

```bash
./dump1090-recorder/Contents/MacOS/dump1090-recorder playback -f ./dump1090-adsb.log -h 127.0.0.1 -p 30002
```

## Contributing
Expand Down

0 comments on commit 56bd1e0

Please sign in to comment.