Tagged Questions
The remote-control tag has no wiki summary.
10
votes
9answers
781 views
What is the best way to stop an application being copied and used without the owner’s permission?
What is the best way to avoid that an application is copied and used without the owner’s knowing?
Is there any way to trace the usage? Meaning periodically the application communicates back, with ...
6
votes
3answers
6k views
How To start/stop IIS 6.0/7.0 remotely using PowerShell Scripts?
I have two servers Server A and Server B i want to Stop server A from Server B remotely using powershell script
Can anybody help me on this its urgent.
Thank you in advance
5
votes
2answers
1k views
Background Audio and Remote Control Support using MPMusicPlayerController on iOS 4. Is this even possible?
I've spent two days on this and have gotten nowhere. I'm trying to use [MPMusicPlayerController applicationMusicPlayer] to play audio chosen from the user's iPod library and have it run in the ...
4
votes
1answer
80 views
Interfacing LIRC with Haskell
I've been using pyLirc while prototyping a small application in Python. For performance reasons (among others) I'm moving to Haskell, but can't find any modules providing similar functionality. Should ...
4
votes
1answer
2k views
Chrome command line remote control on Linux?
Can I control a running Google Chrome instance from the command line? I'm hoping there's something like a -remote flag that will allow me to send in some javascript or somesuch. In particular, I ...
3
votes
2answers
118 views
architecture and tools for a remote control application?
I'm working on the design of a remote control application. From my iPhone or a web browser, I'll send a few commands. Soon my home computer will perform the commands and send back results. I know ...
2
votes
1answer
902 views
UPnP AV Remote Control in Java or C#
I need to create some kind of remote control that can interact with a UPnP media server.
I've read that there are kind of like three applications for the UPnP AV stack: media server, media renderer, ...
2
votes
4answers
2k views
Play iPod music while receiving remote control events
Ok, I'm trying to let a user choose songs from their iPod library to listen to, but I still want to receive remote control notifications (headphones, lock screen osd, etc.) in my app so I can do some ...
2
votes
2answers
783 views
How do I remote control a GUI application?
I can easily control a console based app with the input and output streams from Java's Runtime.exec() method. How would I control a GUI based application in the same manner. I have looked at the Robot ...
2
votes
6answers
550 views
Make your program USE a gui
I'd like to write a program able to "use" other programs by taking control of the mouse/keyboard and being able to "see" what's on the screen.
I used AutoIt to do something similar, but I had to ...
1
vote
2answers
233 views
remoteControlReceivedWithEvent not call in a singleton class
In my app, I'd like to implement the music playing just like iPod music library which can play background and remote control.
My App is : a table view with several items in the main page, selecting ...
1
vote
1answer
138 views
Programming for the Apple infared remote controls
How do I get started with programming for the Apple infared remote control?
To start with, I only intend to support one control, and one type of receiver, that on the current unibody MacBooks.
What ...
1
vote
4answers
188 views
Execute process from java and keeping it alive for input
i want to code a frontend for a fortran-application with java, since fortran has no gui-support as far as i know. ( japi does not seem to work with ifort, correct me on this one )
I want to build the ...
1
vote
1answer
166 views
An elegant API for a C-based remote-control / daemon (IPC / RPC)?
I have a daemon (which must be written in C) which should have a remote like common media players do:
mediaplayer-rc --enqueue /path/to/song.mp3
If mediaplayer-daemon isn't running, it is started ...
1
vote
0answers
56 views
Remote Control Software with queue for multiple users?
Is there a remote control software or a http-server available, which has a queue implemented, so that one after another client has the chance to control the screen on the host?
Thanks a lot
1
vote
3answers
1k views
Remote Control API or how to start?
If, by any change I want to develop my own remote assistance/screen sharing tool to include in my own CRM, where should I go?
I understand nothing about communication but I would want to involve ...
0
votes
1answer
25 views
How to connect Google TV remote app with Google TV emulator
As the title suggests, I have been unable to connect (and pair) the google tv remote app with a Google TV emulator running on Ubuntu. I understand that the emulator runs on its own sub-network and ...
0
votes
0answers
11 views
How to send information to the Remote-Control (lock screen) in iOS
i'm currently having issues changing track information at the lock screen. I have managed to get playing/pausing from the lock screen, and everything works fine and dandy, but I'm completely lost on ...
0
votes
1answer
75 views
Is it possible to build a smartphone app that stream a screen to a TV, while allowing you to remote control it with the phone itself?
Is it possible to build an Iphone/Ipad app (and Android app) that can do two things: stream an interface and the respective content (particularly video) to a TV and then let me use the phone itself as ...
0
votes
1answer
99 views
Is there a way to control my iOS app using the Apple Remote?
I think the title of this question is sufficient. But, just in case there are doubts about what an Apple Remote is, click here.
0
votes
0answers
122 views
Low latency video on the Intel Atom for a remote controlled vehicle
I have a small (about 1m long) electric vehicle and I want to send a video stream from it in order to steer it remotely. To have a decent chance of avoiding obstacles the video latency the needs to be ...
0
votes
1answer
70 views
Controlling 2 computers, 1 screen, 1 keyboard and 1 mouse [closed]
I have 2 computers - Mac and Windows, and I want to use only 1 screen, 1 mouse and 1 keyboard.
I've heard about application named Synergy but I think it only for 2 screens.
Any 1 know how can I ...
0
votes
1answer
542 views
How to programmatically use the mobile phone's IrDA to remote control a media player?
which API or library on which mobile OS is to be used when one needs to write a code to use the phone's IrDA to create the necessary impulses to remote control consumer electronics e.g. a HDD media ...