Actions
Feature #3425
openInformation window about local FaceUri
Status:
New
Priority:
Normal
Assignee:
-
Category:
gui
Start date:
Due date:
% Done:
0%
Estimated time:
Description
How to find the faceuri of android device in prefix registration for connection of two devices
Updated by Alex Afanasyev almost 9 years ago
- Priority changed from High to Normal
Right now, it is not yet possible to figure out this within NFD app, but it is not too hard to infer.
Figure out IP address of the phone (http://ccm.net/faq/33725-how-to-check-your-android-ip-address):
System Settings > About phone -> Status
For example, IP address could be
10.1.1.2
Construct udp or tcp URI:
udp://10.1.1.2
or you can be more specific
udp4://10.1.1.2:6363
(this is canonical URI, but either one should work).
Updated by Alex Afanasyev almost 9 years ago
- Subject changed from faceuri to Information window about local FaceUri
- Category set to gui
- Assignee deleted (
Alex Afanasyev) - Target version set to 23
- Start date deleted (
01/25/2016)
Updated by Alex Afanasyev almost 9 years ago
- Related to Feature #3441: Channels fragment added
Actions