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

Google voice input with suggestions to PC

I need to input text to PC by voice. I have my Ubuntu PC and my Android smartphone. I find the simplest way: remote control using KDE Connect. I just follow to these…
0
votes
1 answer

Create remote control desktop with python

I am trying to create a program with python, I wrote code that allows one computer to connect another, I don't know how I can see the other computer desktop and control it's running programs ip = "127.0.0.1" username = ""#"username" password…
Reut
  • 1
  • 1
  • 1
  • 3
0
votes
0 answers

SCCM remote control [CMRCViewer] connect on timeout

everyone For those of you who know about SCCM Remote know it does a pretty good job, but there are little things here and there that could be better. In this case, I'd like to configure Config Manager to allow an incoming remote connection, if…
0
votes
1 answer

Using Infrared sensor in my app for TV remote control

I want to build a android app for IR-based TV remote control. In Android Docs, I got this : https://developer.android.com/reference/android/hardware/ConsumerIrManager.html In this doc, there is a method transmit which takes two parameters : carrier…
shubz
  • 123
  • 1
  • 3
  • 9
0
votes
0 answers

psexec - Make sure that the default admin$ share is enabled on

I have a problem when using psexec. I want to remote control windows cmd, but I get this error "Make sure that the default admin$ share is enabled on". It connects successfully only when my computer and remote computer are under the same domain…
user7752488
  • 19
  • 2
  • 5
0
votes
1 answer

How to IR remote control to IPTV with javaFx application?

I am trying to develop a JavaFx application for testing an IPTV. And my task is checking of channel changing successfully. There is no any component or device at the moment. But I am searching for this task, after that I will buy. My application…
stephan
  • 271
  • 1
  • 4
  • 24
0
votes
1 answer

reading infrared remote control from Nativescript

I would like to ask you, if it's possible to read the infrared remote control signal from an APP programmed in Nativescript, and how. Thank you.
0
votes
0 answers

Android, Dronekit

I am develop an application for Rover to management by joystick. I need to create remote control to set direction of moving rover (left, right, forward, back). I'm trying to realize it by following…
Anonymous
  • 301
  • 3
  • 8
0
votes
3 answers

Remote control for SamsungTV

I have an iOS app that connects to my Samsung TV via local network and simulates the remote control. Now I'm trying to do the same on the PC (NodeJS/C#/Python/...). Is there a documentation somewhere for doing that? Or does anyone have a piece of…
Piu130
  • 1,288
  • 3
  • 16
  • 28
0
votes
0 answers

keep a socket open to use it in several Activities in android programing

I want to build a PC remote controller, so i need to at first make a connection to server(that is a java program) and then open a page for controlling the mouse of PC. I want socket connection to be open in several Activities that i switch between…
Nahid
  • 27
  • 7
0
votes
0 answers

Samsung Smart TV remote control

Where I can find samsung smart tv remote control protocol specification? I've captured traffic of samsung smart view app with wireshark. Communication is done using websockets but i don't know how GeneratorServerHello and ServerAckMsg is generated.
0
votes
1 answer

Continuing an operation if terminal closes

I need to execute this command on my terminal, that will operate on a server. I need to modify it such that if I lost the connection and the terminal closes, the operation running is not stopped, continuing the operation until its conclusion. for…
0
votes
1 answer

Xamarin Form and android: How to remotely to play/pause/stop a media player on another device

I have two devices. One to play the video and the other device will be used as a remote. Later device had a network connection using Thrift to communicate with former device. How can I control the former device to play/stop/pause through the later…
LittleFunny
  • 8,155
  • 15
  • 87
  • 198
0
votes
0 answers

Bluetooth and Android - how are events handled?

I am c# developer writing a specification for an Android developer. The requirements is to connect to a "motor" through bluetooth. There will be a method, through Bluetooth, called "Turn X degrees". The problem is that I need to know when the motor…
serializer
  • 1,003
  • 2
  • 13
  • 27
0
votes
1 answer

Use earpods in swift

I'm trying to get when you press the play / pause button of my earpods make an action. For this I am first trying to achieve change a text label ... According to look at various websites, they performed this same but it does not work. Is there…
user5535857
  • 33
  • 1
  • 4