forked from BlueOS-community/QuickStart-Python-Extension
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,4 @@ | ||
# BlueOS-ping Survey | ||
# A simple extension for BlueOS intended for collection of time-sync'd sonar and GPS data. | ||
|
||
Relevant configuration: | ||
Extension Identifier: | ||
vshie.blueos-simplepingsurvey | ||
Extension Name: | ||
blueos-simplepingsurvey | ||
Docker image: | ||
vshie/blueo-simplepingsurvey | ||
Docker tag: | ||
main | ||
|
||
Custom Settings: | ||
{ | ||
"ExposedPorts": { | ||
"5420/tcp": {} | ||
}, | ||
"HostConfig": { | ||
"Binds":["/root/.config/blueos/extensions/$IMAGE_NAME:/root/.config"], | ||
"ExtraHosts": ["host.docker.internal:host-gateway"], | ||
"PortBindings": { | ||
"5420/tcp": [ | ||
{ | ||
"HostPort": "" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
# Future feature ideas: |