-
Notifications
You must be signed in to change notification settings - Fork 318
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
3 changed files
with
25 additions
and
27 deletions.
There are no files selected for viewing
22 changes: 9 additions & 13 deletions
22
astrobee/config/communications/dds_ground_bridge/NDDS_DISCOVERY_PEERS
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,17 +1,13 @@ | ||
;; NDDS_DISCOVERY_PEERS - Default Discovery Configuration File | ||
;;Multicast builtin.udpv4://239.255.0.1 ; default discovery multicast addr | ||
; This basic default configuration limits DDS discovery to peers running on | ||
; the same host. | ||
; For actual space-to-ground usage on the ISS, you will need to add the | ||
; IP address of the relay host. Please reach out to your Astrobee POC | ||
; for this information. | ||
; EVERY LINE IN THIS FILE MUST END IN A COMMENT. Even blank lines. | ||
; | ||
;; Shared Memory | ||
;shmem:// ; All 'shmem' transport plugin(s) | ||
;builtin.shmem:// ; The builtin builtin 'shmem' transport plugin | ||
; at network address FCC0::0 | ||
127.0.0.1 ; Local host is added by default | ||
; | ||
;; Unicast | ||
; | ||
;; Localhost | ||
127.0.0.1 ; A comma can be used a separator | ||
; | ||
;; Granite Lab - P4 | ||
; | ||
;; Custom entries below this line (Vagrant, etc) | ||
; You'll want to uncomment the next line and substitute the actual relay host | ||
; IP here; check with your Astrobee POC to get it | ||
; 10.0.0.1 ; Relay host IP |
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
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