netplaySniff – Diff between revs 8 and 12
?pathlinks?
Rev 8 | Rev 12 | |||
---|---|---|---|---|
Line 4... | Line 4... | |||
4 | # beware that all configuration settings might end up overriden by the # |
4 | # beware that all configuration settings might end up overriden by the # |
|
5 | # specific command-line options passed to the daemon # |
5 | # specific command-line options passed to the daemon # |
|
6 | ########################################################################### |
6 | ########################################################################### |
|
Line 7... | Line 7... | |||
7 | |
7 | |
|
8 | # The local IP address of the router that this script is running on. |
- | ||
9 | # special values are: |
- | ||
10 | # * any - the first non-loopback interface |
8 | # The local IP address of the router that this script is running on. |
|
Line 11... | Line 9... | |||
11 | router: 192.16.1.1 |
9 | listen: 192.168.1.1 |
|
12 | |
10 | |
|
13 | # The MQTT connection string. |
11 | # The MQTT connection string. |
|
14 | mqtt: |
12 | mqtt: |
|
Line 15... | Line 13... | |||
15 | connect: "mqtt://iot.lan" |
13 | connect: "mqtt://iot.lan" |
|
16 | topic: "arcade/netplay/clients" |
14 | topic: "arcade/netplay/clients" |
|
17 | |
- | ||
18 | netplay: |
15 | |
|
19 | # the netplay host ip address, ie: the machine running retroarch |
16 | netplay: |
|
Line 20... | Line 17... | |||
20 | host: 192.168.1.10 |
17 | # the netplay port (the default is 55435), |
|
21 | # the netplay port (default: 55435) |
18 | # this can vary depending on emulator |
|
22 | port: 55435 |
19 | port: 55435 |