Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dump1090
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Schumb
dump1090
Commits
e993ec12
Commit
e993ec12
authored
Sep 17, 2015
by
Oliver Jowett
Browse files
Options
Downloads
Patches
Plain Diff
Change default Beast input port to 30104 in preparation for a change
to where mlat data gets fed to.
parent
702d7c54
No related branches found
Tags
dump1090-v1.2-3
No related merge requests found
Pipeline
#2857
failed
Nov 3, 2019
Stage: build
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
dump1090.c
+1
-1
1 addition, 1 deletion
dump1090.c
dump1090.h
+1
-1
1 addition, 1 deletion
dump1090.h
with
2 additions
and
2 deletions
dump1090.c
+
1
−
1
View file @
e993ec12
...
...
@@ -422,7 +422,7 @@ void showHelp(void) {
"--net-ri-port <port> TCP raw input listen port (default: 30001)
\n
"
"--net-ro-port <port> TCP raw output listen port (default: 30002)
\n
"
"--net-sbs-port <port> TCP BaseStation output listen port (default: 30003)
\n
"
"--net-bi-port <port> TCP Beast input listen port (default: 30
0
04)
\n
"
"--net-bi-port <port> TCP Beast input listen port (default: 30
1
04)
\n
"
"--net-bo-port <port> TCP Beast output listen port (default: 30005)
\n
"
"--net-ro-size <size> TCP raw output minimum size (default: 0)
\n
"
"--net-ro-rate <rate> TCP raw output memory flush rate (default: 0)
\n
"
...
...
This diff is collapsed.
Click to expand it.
dump1090.h
+
1
−
1
View file @
e993ec12
...
...
@@ -172,7 +172,7 @@
#define MODES_NET_INPUT_RAW_PORT 30001
#define MODES_NET_OUTPUT_RAW_PORT 30002
#define MODES_NET_OUTPUT_SBS_PORT 30003
#define MODES_NET_INPUT_BEAST_PORT 30
0
04
#define MODES_NET_INPUT_BEAST_PORT 30
1
04
#define MODES_NET_OUTPUT_BEAST_PORT 30005
#define MODES_NET_HTTP_PORT 8080
#define MODES_NET_OUTPUT_FA_TSV_PORT 10001
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment