This topic is about remote control. It can cover SSH, security, and other topics related to the non-local control of the pi.

learn more… | top users | synonyms

2
votes
0answers
18 views

Pulseaudio on RaspberryPi - no sound when streaming to remote sink

I'm trying to route audio playback to remote machine using Pulseaudio DLNA capabilities. While I believe I successfully transmit data from one machine to another, audio output on sink machine remains ...
2
votes
3answers
155 views

Remote Desktop With xrdp

I have installed xrdp on my Raspberry Pi (which is connected to my TV) and a program called CoRD on my Mac that lets me connect to the RPi remotely and I am able to see the RPi desktop without any ...
0
votes
1answer
213 views

How to remotely VNC into a Raspberry PI

I have my Raspberry Pi set up so that I can use TightVNC inside my home wireless network with an SSH tunnel. Could someone explain to me how I can access the Pi when I am outside my wireless network ...
2
votes
2answers
60 views

Varying power output using RPI

I'm planning to develop a circuit to control the RC car or a model train through GPIO. I'm not a electronic guy but a SW guy. So, I'm figuring out what components would be required to do this. ...
0
votes
0answers
178 views

Raspberry Pi Fedora 18 ARM Remix Remote Desktop from Windows 7

I've installed the Fedora 18 ARM Remix for Raspberry Pi onto the SD card of my RasPi (type B). When connected by HDMI, Fedora and XFCE4 come up fine and without the HDMI i'm able to login through SSH ...
1
vote
1answer
285 views

Start local application with GUI, over ssh

i have a raspberry pi, connected to HDMI monitor. I am trying to run a simple gui (created in qt), and i'm using mpi library for interprocess communication. I want to get this application working on ...
0
votes
0answers
348 views

Port forwarding for SSH

I have been using the pi for almost a week now, i managed to set up the ssh connection and i have been messing around with it for a while now, it just works perfectly from my laptop (running ubuntu) ...
0
votes
0answers
97 views

Remote Debugging Java WebApp on Tomcat (RMI on ARM problem?)

I'm trying to debug my first java web-app running on tomcat7 directly on the Raspberry PI (using intellij IDEA 12). To achieve this I've started tomcat in debug mode. Intellij then, for deploying ...
2
votes
3answers
186 views

How can I get my Pi to check/read email to trigger an event?

How can I get my Pi to check for emails that, when received, trigger an event? For instance, I might want it to only listen to emails from me@myadress.com and then, based on the subject, ignore or ...
5
votes
3answers
263 views

raspberry pi remote access active session

when i remote access the raspberry pi with software now installed i do not get to access the current session displayed on my tv, but rather a new session. is there software to access the current ...
3
votes
0answers
256 views

transmission-remote localhost access does not work

I have ssh-access to my raspberry pi. I want to automate it, especially the transmission-daemon. I already set it up so I can use it manually. I have web-interface-access from every device in my ...
1
vote
1answer
2k views

OpenElec 2.95.5 RPi + XBMC Android remote control

I'm having problems with my xbmc remote app on android, to control openelec running on my RasberryPi. OpenElec Build: 2.95.5 (seems to be equal to xbmc froyo) Problem: - Not listing TV SHOW in ...
1
vote
0answers
345 views

Has anyone used Raspberry Pi as a thin client to RDP to a Windows 7 VM in Dual head configuration

I would like to use 1 or 2 Raspberry Pis as a thin client that connects to a Windows 7 enterprise machine. Has anyone used something like Synergy to make this solution work? One of the key issues is ...
3
votes
2answers
232 views

Using RasPi to send signal, for locking / unlocking alarm clock?

I'm totally new to electronic/hardware/interfaces/GPIO sort of thing, but I have a project in mind. My house has an alarm system, which can be unlocked by key, with buttons. The alarm system gives a ...
4
votes
1answer
273 views

VPN Proxy so vpn-less devices can connect through VPN

Some home internet enabled equipment does not implement VPN connectivity which I would like to have. I want to setup one of these devices at a remote location and then have it live as if on my local ...
1
vote
1answer
546 views

Why is my raspbmc remote control keyboard very laggy?

During my first install of raspbmc, I could control text entry via my iPhone's Official XMBC Remote app with no problems. Then for reasons I won't go into :), I wiped and reinstalled raspbmc. Now ...
4
votes
2answers
487 views

USB HID device only firing 1 event

I have a eDIO USB Multi Remote Controller( a Infrared Reciever) that came with ASUS PSR 2000 Web Surfing Remote Control. I am trying to connect the Remote COntroller to my pi so that it recieves the ...
2
votes
1answer
779 views

Raspbmc stopped playing XViD files, Android Remote no longer works either

I rebooted to get the latest updates, and now my collection of XViD (MPEG-4/AC3) files won't play at all. They played fine before the update. I've googled for solutions, but nothing applicable to my ...
3
votes
1answer
632 views

Run a script with a keypress

I control XBMC with a simple remote (this one) which is detected as generic keyboard. Is it possible to define a shortcut that starts/stops XBMC when I press a button? I am using my Raspberry Pi ...
2
votes
2answers
610 views

How to disable local terminal showing through when playing video

Any local terminal text (login prompt, etc) is showing through areas of the screen that are not covered by video (i.e. the black bars on the top and bottom) when I use a remote terminal to play video ...
7
votes
6answers
758 views

Is there an IDE I could use to edit code from a normal computer over the network in real time?

I know it's possible to use FTP and various version control systems to upload or commit code developed on a full computer to the Raspberry Pi. Another possibility would be to simply use SSH and Vim ...