Questions tagged [remote-control]

remote-control describes question about functionality to interact with services remotely across some communication channel.

In software development, remote-control describes functionality which allows to interact with services across some sort of communication channel.

The term originates from Remote control, but is not limited to one form of communication. It typically includes communication between separate systems, e.g. between two processes or between two different machines, where one participant performs the controlling role and the other is being controlled.

200 questions
0
votes
1 answer

Using Remote Control Input Outside of Windows Media Center C#

I would like to make a very simple C# windows form application (or WPF) that can be controlled by the Media Center Remote Control that came with the computer. It's a very simple app that has an event listener that receives messages from the remote…
Joseph Azzam
  • 105
  • 1
  • 14
0
votes
1 answer

Android-Controlled Car [General Info]

This is a very beginner's question. I'm trying to control a car over Bluetooth on an Android Device. Although I'm no expert but once I know a little, I can start working on it. The functionality of the car that I want to control via Android Device…
aayani
  • 333
  • 9
  • 19
0
votes
1 answer

Server(Java)&Client(Android) remote connection delay

I developed remote mouse a week ago. I tested a lot but I can't fix a mysterious problem related with OS. (Remote app, Difference of speed between Win7 and Win8) So I'm testing the remote connection between PC and Android with simple code I made. (…
Kpresent
  • 11
  • 2
0
votes
1 answer

Gathering protocol from remote control helicopter

I have a (S107G) mini helicopter, and an Arduino. The possibilities sounded quite fun. So I set off to find the protocol for the transfer of data from controller to helicopter with IR. I used this code to try to figure out something of it. void…
Cosine
  • 572
  • 4
  • 18
0
votes
1 answer

Control Vlc with requests - java

I want to control vlc with java code and its web interface using http://localhost:8080 The problem is I don't know how exactly I must use the http requests. Here is some code I have written: URL url = new…
Clepto
  • 685
  • 1
  • 6
  • 7
0
votes
1 answer

Interfacing with a Futaba RC controller using c++ and ubuntu

So I am hoping to use a Futaba remote controller (specifically the Futaba 7c 2.4ghz) for a c++ + OpenGL simulator that I wrote. Are there Ubuntu packages available to assist with this? I am okay with buying the USB cable to connect the controller to…
Jomnipotent17
  • 451
  • 7
  • 23
0
votes
2 answers

Projector remote control - control Flash presentation

please can somebody tell me how remote control works? I have to create presentation in Flash platform using ActionScript 3. How to listen keys from remote control to show next slide, prev slide, pause, play etc? Is it like normal keys? thanks for…
0
votes
1 answer

An effective solution for a Control-Monitoring System on a network

I am going to develop a remote control and monitoring system that will be executed on a network. I know that the best architecture for systems like this is SOA (or not?). The system includes 2 types of clients and a server. because of the systems…
Hamid Adldoost
  • 149
  • 1
  • 15
0
votes
1 answer

Does android come with a remote API for audio (background) playback?

I wonder if there is a way to (IP-) remote control an Android device to make it playback audio in the background? (eg run the mediaplayer) I appretiate any suggestion, even if it means rooting or 3rd party applications. It's important that the…
John Fear
  • 1,265
  • 2
  • 8
  • 10
0
votes
0 answers

UI Keyboard not showing

It was perfectly showing the keyboard when I tap the text box on the screen till I added remote control feature to my application. The remote controller is become first responder now. It is located in the very first viewcontroller of the…
Bilgin Kılıç
  • 8,707
  • 14
  • 41
  • 67
0
votes
1 answer

Capture USB traffic from an Afterglow ps3 controller

I'm about to start a raspberry pi rc car project, and I wanted to use a wired usb Afterglow ps3 controller. I figured I would need to first interpret the data sent over USB from the controller when a button is pressed or the joystick is moved. Maybe…
Brian Maher
  • 93
  • 1
  • 2
  • 7
0
votes
2 answers

How to block iOS 7 control centre from controlling music app?

Our app explicitly blocks user form using remote-control, e.g., old springboard from pre-iOS7, earbud, by becoming the first responder to the remote-control events. However, on iOS7, the same code fails to bypass the control centre music…
kakyo
  • 10,460
  • 14
  • 76
  • 140
0
votes
1 answer

How to set the title on remote control when playing music in background using AVPlayer on ios7

How can I set title music on remote control on ios 7 during I use AVPlayer to play the music in background?
Sophea
  • 11
  • 8
0
votes
1 answer

What data to send using IR to control AC or TV using C#

i want to control all the electronic device in my room using for example: i want to turn my TV on/off if it was made by SONY or SAMSUNG ... i have search a lot on Google and got million of articles and codes samples on how to use IR but the problem…
Yaser Jaradeh
  • 322
  • 1
  • 6
  • 27
0
votes
1 answer

Control development boards from web interface

I have multiple Raspberry Pi/ Beagle Board/ Panda boards connects to my web server (clouding). Then I want to my clients control the board's GPIO from web interface. I have read many examples on the Internet but in those example the web server is…
cxphong
  • 847
  • 2
  • 9
  • 18