-
Notifications
You must be signed in to change notification settings - Fork 1
Finding NAO
Paul Heinen edited this page Apr 21, 2017
·
1 revision
Somtimes NAO forgets how to speak and tell you what his IP address is. To find NAO on a network, first identify the IPv4 address of your network if config
(this may not reveal your true network IP address, if you can't figure out the address please contact your local system administrator). Next ensure you have NMAP installed. Now there are many ways of doing this but this one works:
$ nmap -PN -p 8002 --open -oG - XXX.XXX.XXX.*
If no results are found try changing the search port -p 8002
to -p 80
, -p 1500
, -p 22
, -p 21
. If none of those work, reflash the robot.
Copyright (c) 2017 "University of Denver"
- Getting Started
- Architecture
- Build System
- The Vagrant Environment
- The Robot Environment
- Misc