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
3
votes
0 answers

What protocol or api does the android tv remote control app use?

google tv used anymote protocol for remote control but the case with android tv does not looks the same. No official docs clearify if they still use the same. I want to develop an app just like the app by google but with some changes and additions…
Abdul Ahad
  • 31
  • 4
3
votes
4 answers

How to disable remote connections to MongoDB?

Normally the answer to question is to set: bindIp: 127.0.0.1 I have this set in /etc/mongod.conf. Unfortunately I am still allowed access to this database remotely. I have restarted the Mongo service a couple times, to no avail. Does anyone have…
awimley
  • 692
  • 1
  • 9
  • 29
3
votes
0 answers

Use iPhone's headphones PlayPause button to execute code

In my app, the user can say a command into his microphone when he presses a UIButton on screen (and it stops listening when he presses it again) and it then executes some code (-> this works). I would like to do the same when the user presses his…
Charles Rostaing
  • 548
  • 5
  • 17
3
votes
0 answers

Cling: Getting started with device search

I'm new to UPnP development and recently started to use Cling to develop a UPnP client in Java. To me the Cling documentation is insufficient. Especially it's lacking of basic examples, such as discovering UPnP devices via IP address. The search for…
3
votes
3 answers

How can I decode unknown Infrared remote control protocols?

I have been trying to decode Infrared Protocol used in a set-top-box.I have tried comparing with standard protocols but it doesn't match. I am using an Arduino Uno with Arduifruit IR Library's decoder sketch. The output on the serial terminal…
3
votes
1 answer

Remote Controls in Swift 2.0 (MPNowPlayingInfoCenter)

I'm trying to make a radio app with Swift. And I have problem with remote controls on the lock screen. Simply doesn't work - nothing on the screen. The code from the ViewController: override func viewDidLoad() { super.viewDidLoad() // Do…
3
votes
0 answers

Samsung Smart TV remote app for Windows Phone or Android

For school project I need to develop a mobile application witch will work like a remote control for Samsung Smart TV. I "went" to the samsung official website and forum to search for API of some kind that will help me with development of my…
snp
  • 31
  • 2
3
votes
2 answers

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 there are remote desktop apps, but I want…
slothbear
  • 2,016
  • 3
  • 21
  • 38
3
votes
1 answer

Receiving RemoteControlEvents to First Tab when interacting in Second Tab in a TabBar Controlled iOS App

I am developing an iOS app with a tab bar controller. In the first tab, I placed an instance of AVQueuePlayer to start playing music from the web. I did all coding to allow play and pause events through remote control events. But I could able to…
3
votes
5 answers

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 cheat sometimes because the language is not that…
Andrea Ambu
  • 38,188
  • 14
  • 54
  • 77
3
votes
0 answers

remoteControlReceivedWithEvent not called in multiple view controllers app

I have a App works well on iOS 4.3.3. But I found there are some problems on iOS 5. This App plays mp3 files by avaudioplayer and the remote control does not work well on iOS 5. There are four view controllers in this App. I add following codes on…
user503698
  • 135
  • 1
  • 8
2
votes
0 answers

Switch On 433 MHz Socket Using Raspberry Pi

I'm trying to switch on a 433 MHz socket with my Raspberry Pi 3 B. I'm using a 433 MHz sender and 433Utils. Using the 433 MHz receiver and RFSniffer I validated the switch on code beeing -1900218880 (0x8ebcf600). I send my code using this C++…
Spock
  • 260
  • 1
  • 13
2
votes
2 answers

Is there a terminal provided for remote repository on Github or GItLab website?

Is there a terminal provided for remote repository on GitHub or GitLab website? Just like we can change a file and commit the changes in the website. I am a React developer and not happy with cloning a heavy repository just for npm run build. I…
Shawn
  • 367
  • 4
  • 13
2
votes
2 answers

How can i create an app for Samsung smart tv Remote in iOS programming?

I need to create a remote control app in ios for samsung tvs. I did google too but i can not able to get exact solution. I have seen this SDK link …
2
votes
0 answers

Android - How to send IR code to jack audio (for ir transmitter)

I have found IR codes of some TV brand in ProntoCCF format and 0x00... format. I want to develop an application that send these codes into my IR transmitter plugged into jack audio. How can I do this? Thanks for reply
1 2
3
13 14