Transferring commands between two computers over the Internet

I want to control my computer (and USB devices connected to the computer) at home from any computer connected to the Internet. A program must be installed on the computer at home that receives commands from any other computer connected to the Internet. I thought it would be better if I did this using the web interface, since there would be no need to install software on this computer. For obvious reasons, this will require a detailed log.

Additional information . The main part of the project is really a device that I will develop to connect to a computer’s USB port. Sorry if this was a bit vague in my initial question. This device will perform simple functions such as turning on the backlight, etc. At first, I just try to switch the lights remotely using the Internet. Later I will add commands that can control certain aspects of the computer, such as a music player. I think that making a full remote connection to the desktop to control my device is therefore not entirely necessary. Does anyone know of any open source projects that can perform these functions?

So basically the problem is sending the encrypted commands from the web interface to my computer at home. What would be the best way to achieve this and which programming languages ​​should I use? I know Java, Python, and C well, but I have very little experience with web applications such as Javascript and PHP.

I looked at examples of web chats as this is similar to what I want to achieve, except that the text can be replaced with commands. Is this a viable solution or are there better alternatives?

thank

+3
source share
6 answers

WEB-. HTTPS. ( USB-) Python ( ) - Python, (IE Django).

+1

, , ServerFault ? , , -/ .

+1
0

, , Java , USB (, , PHP ). / , , .

0

, , - , logmein.com(http://secure.logmein.com).

, , , IP- , ,...

, " ", PHP , 80 , script , , - IP- (http://www.dyndns.com/). script , , , script. , stuf, , , *.bat. script theinternets.bat , . , bat. ? ( ) ?

PS: I'm new here, hope it’s not “illegal” to post a link to the actual services, not to the wiki lists. This is by no means advertising and advertising, I'm just a happy user. :)

0
source

Source: https://habr.com/ru/post/1771301/


All Articles