I have the Pepper robot running NAOqi 2.9, which is the version using QiSDK to create Android applications for its tablet.
I currently have to get Pepper's head's IP in my Android app, which can be easily made as a manual input, but I'm wondering if there's a way to do this programatically, since the tablet knows the head's IP, always displaying it in the notification bar, alongside the tablet's IP.
On step 5 on Connecting to a real robot they say you can do this manually.
How to find the IP address?
On the tablet of the robot, display the notifications (swipe down from the top of the screen) and look for the following logo:
But that's just the Getting Started page. I've also looked into the Javadocs of the qisdk api but didn't find anything related to the head's IP.
I was wondering if someone knows a way I could do this, not necessarily using QiSDK, since it doesn't seem to support this.