hmartiro / project-thesis

xJüs, the hexapodal robot with a passive-backbone to improve behavior over harsh terrain.
4 stars 2 forks source link

Connect to Beagleboard XM w/ remote desktop #27

Closed hmartiro closed 11 years ago

hmartiro commented 11 years ago

Our plan is to control the robot through remote desktop or VNC

hmartiro commented 11 years ago

done via xrdp

hmartiro commented 11 years ago

xrdp works for logging in as a separate instance, but it might be nice to try other options like VNC

hmartiro commented 11 years ago

xrdp over WiFi works, but only when we know the assigned IP address. we need a way to access the CPU w/o having to check every time. Either register the IP with some DNS service (can we find a free way to do this?) or something else.

hmartiro commented 11 years ago

Installed No-IP, which automatically redirects xjus.no-ip.org to the public IP address of the board every time it starts up. However, ssh and rdp are working only through the private IP, so it's not figured out yet. Need to talk to someone from OIT maybe.

hmartiro commented 11 years ago

Talked to OIT, MAE tech advisors, and then Jon Prevost. I'm getting the beagle on a different subnet than dormnet to see if the ports will be open. If not, I can just try the email trick.

PayneTrain commented 11 years ago

lolz the email trick

On Tue, Nov 27, 2012 at 9:44 PM, Hayk Martirosyan notifications@github.comwrote:

Talked to OIT, MAE tech advisors, and then Jon Prevost. I'm getting the beagle on a different subnet than dormnet to see if the ports will be open. If not, I can just try the email trick.

— Reply to this email directly or view it on GitHubhttps://github.com/hmartiro/project-thesis/issues/27#issuecomment-10787543.

hmartiro commented 11 years ago

been added to equadnet subnet under the hostname mae-rhex

`

ADDENTRY

           ENTRY-TYPE:: HOST
           DNS-DOMAIN:: Princeton.EDU
           ENTRY-NAME:: mae-rhex
     CONNECTION-MEDIA:: Ethernet
         ENET-ADDRESS:: 32:62:2d:b8:e0:8c
 IP-SUBNET-OR-ADDRESS:: equadnet
     WIRELESS-ADDRESS:: 80:1f:2:7c:63:52
          SYSTEM-TYPE:: OTHER-PC
     OPERATING-SYSTEM:: LINUX
         TECH-CONTACT:: jprevost@princeton.edu
           USER-EMAIL:: hmartiro@princeton.edu
             BUILDING:: EQuad
                 ROOM:: C131
    DEPARTMENT-NUMBER:: 150
       ACCOUNT-NUMBER:: 799-1150
       DATE-TO-DELETE:: 2013-09-25

END

`

hmartiro commented 11 years ago

closing this, just not a big enough issue right now