Skip to content

Commit

Permalink
examples/device_db: add comment about controller hosts. Closes #148
Browse files Browse the repository at this point in the history
sbourdeauducq committed Oct 20, 2015
1 parent 1bc4061 commit d35bc5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/master/device_db.pyon
Original file line number Diff line number Diff line change
@@ -92,6 +92,9 @@

"qc_q1_0": {
"type": "controller",
# ::1 is the IPv6 localhost address. If this controller is running on a remote machine,
# replace it with the IP or hostname of the machine. If using the hostname, make sure
# that it always resolves to a network-visible IP address (see documentation).
"host": "::1",
"port": 4000,
"command": "pdq2_controller -p {port} --bind {bind} --simulation --dump qc_q1_0.bin"

0 comments on commit d35bc5a

Please sign in to comment.