-
Notifications
You must be signed in to change notification settings - Fork 94
IP Interface
Jevgeni Kiski edited this page Oct 28, 2023
·
1 revision
IP Interface is used to connect with Babyware through PAI. I do not recommend using it permanently as it is not very reliable and can cause issues. Moreover when a client connects to IP Interface almost all main activity of PAI stopped. When you disconnect, PAI will resume its work.
To enable you need to edit your configuration
IP_INTERFACE_ENABLE = True
IP_INTERFACE_BIND_ADDRESS = '0.0.0.0'
IP_INTERFACE_BIND_PORT = 10000
IP_INTERFACE_PASSWORD = 'paradox'