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

Automatically refresh/compile in IntelliJ in a "nightly dev machine update"

We are using a small tool to automatically fetch updates for various projects from Git/SVN, recompile them and run tests locally with any local modifications that the developer might have developed, but not yet submitted to the global code…
centic
  • 15,565
  • 9
  • 68
  • 125
0
votes
1 answer

Capture image from oscilloscope and store on PC using LabVIEW

I am trying to remotely control an oscilloscope from Agilent (DSO-X 3034A) using LabVIEW. I want to take a screen capture and store it on the computer. I tried the following: The commands inside the string are: :SAVE:FILename…
0
votes
1 answer

Selenium grid with Java - user input

I am writing automatic tests using Java with Selenium Grid and JUnit framework and I have encountered a problem with user input. So my code looks like this: package com.example.tests; import com.thoughtworks.selenium.DefaultSelenium; import…
0
votes
0 answers

Android Console Log Understanding - Chromium/YT

While developing my android app for bachelor thesis, I received this log line in the console: I/chromium: [INFO:CONSOLE(89)] "[1.724s] [yt.mdx.remote] remote: -- with channel params: …
0
votes
1 answer

Sending IR signal from Arduino to F&D speakers

I am using below code to send an IR signal to my speaker but they don't respond. #include IRsend irsend; const int buttonPin = 8; // the number of the pushbutton pin //const int ledPin = 3; int buttonState = 0; // variable for reading…
Honney Goyal
  • 247
  • 1
  • 5
  • 13
0
votes
1 answer

How to recognize remote control hold?

Is there a way to recognize when the Apple Earphone Remote Control button is held, instead of initiating Voice Control? I mean, disable Voice Control and do something else instead when the button is long pressed? I know it has already been asked in…
0
votes
1 answer

MPRemoteCommandCenter Event Handlers Never Triggered

I'm making a iPhone music app that handles music playing & pausing and maintains its own play list. I'm trying to make the play/pause remote control functions (on earbuds and slide-up screen) work for the music playback in my app. Here's the code I…
Ascendant
  • 2,430
  • 3
  • 26
  • 34
0
votes
1 answer

sony android device remote screen capture

I have been looking through Sony's developer site. Unlike other vendors I cannot see how you join their developer program. I need to gain access to their APIs so that my app can be signed and warranted the special access permissions to allow me to…
0
votes
1 answer

WiFi module in an android application

My project is to develop a remote home control using an android application and web server integrated in a Raspberry pi and communicate with an Arduino cart so to do this thing I have to use a WiFi module in my android application. How to develop…
Mohamed
  • 61
  • 3
  • 3
  • 11
0
votes
1 answer

Arduino Uno Bluetooth Communication with Mac

I'm trying to create an Arduino bluetooth remote that can connect with my Mac (and potentially other devices) and basically transmit a few distinct signals back and forth at the push of a button (or Arduino pushbutton). I want to create a remote to…
0
votes
0 answers

Getting inputs from USB TV remote

I'm running a Linux Debian port on a Raspberry Pi named Debian, and it has Python 3 and 4 installed, I believe. I have an USB remote that looks like a TV remote that I'm trying to receive input from for a program, preferably in python, but have no…
Reidmere
  • 76
  • 1
  • 9
0
votes
1 answer

Send message to phone from Android Wear Notification

I am new to Android Wear programming and I'm learning as I develop this application. It's simply going to be a media controller - so that the user can press play / pause on the watch and the phone that plays video receives and handles it. What I…
Joakim
  • 3,224
  • 3
  • 29
  • 53
0
votes
1 answer

C# Use Windows Message Queue

i have to realize a project ..the idea is very simple.. Usually we have to work with different pc with different os for variuous reasons. This is not a problem for what regards monitor, but is a problem for what regards mouse and keyboard... Is easy…
Audette
  • 47
  • 6
0
votes
1 answer

Remote-control plugin with Grails 2.4

Is anyone using the remote-control plugin with Grails 2.4.x? I'm working on upgrading an app from 2.2.4 to to 2.4.3. I've got it all working except for a few integration tests, and a bunch of functional tests. In our functional tests, I'm getting…
Dave Klein
  • 207
  • 2
  • 10
0
votes
1 answer

What is the easiest way to embed a bluetooth to any device?

For example I have a speaker with buttons: volume up, down, play, pause, next, previous. I want to embed into this speaker a blutooth feature to simulate buttons pressing. For controlling I will use a mobile phone (android), controlling application…
Solvek
  • 5,158
  • 5
  • 41
  • 64