netplaySniff – Diff between revs 1 and 7
?pathlinks?
Rev 1 | Rev 7 | |||
---|---|---|---|---|
Line 1... | Line 1... | |||
1 | ########################################################################### |
1 | ########################################################################### |
|
2 | ## Copyright (C) 2023 Wizardry and Steamworks - License: MIT ## |
2 | ## Copyright (C) 2023 Wizardry and Steamworks - License: MIT ## |
|
3 | ########################################################################### |
3 | ########################################################################### |
|
- | 4 | # beware that all configuration settings might end up overriden by the # |
||
- | 5 | # specific command-line options passed to the daemon # |
||
- | 6 | ########################################################################### |
||
Line 4... | Line 7... | |||
4 | |
7 | |
|
5 | # The local IP address of the router that this script is running on. |
8 | # The local IP address of the router that this script is running on. |
|
Line 6... | Line 9... | |||
6 | router: 192.168.1.1 |
9 | router: 192.16.1.1 |
|
7 | |
10 | |
|
8 | # The MQTT connection string. |
11 | # The MQTT connection string. |
|
9 | mqtt: |
12 | mqtt: |
|
Line 10... | Line 13... | |||
10 | connect: "mqtt://iot.internal" |
13 | connect: "mqtt://iot.lan" |
|
11 | topic: "arcade/netplay/clients" |
14 | topic: "arcade/netplay/clients" |
|
12 | |
15 | |
|
13 | netplay: |
16 | netplay: |
|
14 | # the netplay host ip address, ie: the machine running retroarch |
17 | # the netplay host ip address, ie: the machine running retroarch |
|
Line -... | Line 18... | |||
- | 18 | host: 192.168.1.10 |
||
- | 19 | # the netplay port (default: 55435) |
||
- | 20 | port: 55435 |
||
- | 21 | |
||
15 | host: 192.168.1.10 |
22 | # where to store the database file |
|
16 | # the netplay port (default: 55435) |
23 | db: |
|
17 | port: 55435 |
24 | file: "db/players.db" |
|
18 | |
25 | |
|
19 | # Various bans that can be placed on connecting clients. |
- |