Initial attempt at pairing with child device with address/port

On some networks or some mDNS implementations child discovery may not
work well. As an alternative, allow a parent to connect to a device
directly with an IP Address and port.
This commit is contained in:
Branden Archer
2016-01-01 14:03:56 -05:00
parent 7cb2138d13
commit 562a2bb164
4 changed files with 112 additions and 7 deletions

View File

@@ -24,4 +24,9 @@
<string name="portTitle">Port:</string>
<string name="addressDescription">Address and port that parent must pair to</string>
<string name="wifiNotConnected">Not connected to a Wi-Fi network</string>
<string name="parentPairInstructions">Enter the IP Address and port of a child and click Connect, or choose a child from the list below</string>
<string name="connect">Connect</string>
<string name="exampleAddress">192.168.1.2</string>
<string name="examplePort">10000</string>
<string name="invalidPort">Either no port was entered or it is invalid</string>
</resources>