Posted 28 June 2014 - 03:03 AM
Hi there. New user. I suck at programming, but I've yet to find a single tutorial answering my question, so here I go, giving the forums a shot.
I'm making a big door driven by carriage framework. There is a single computer in the front. This computer has a simple program, where it either opens or closes the door based on what password you give it.
Now, I want (on the other side of the door, further inside the complex) another computer where I can input passwords for the program on the first computer. Basically, I want the second computer to be a remote-controlled first one. Hard to explain.
It's all connected through wires and both computers are opened and receiving. Is there no simple command for sending my password from one computer to the other? Do I really have to go all-out code bonanza crazy to make this work? I just want a big, thick door that can be opened from two computers sharing input. Or should I just scrap the entire thing and use some other design?
I'm making a big door driven by carriage framework. There is a single computer in the front. This computer has a simple program, where it either opens or closes the door based on what password you give it.
Now, I want (on the other side of the door, further inside the complex) another computer where I can input passwords for the program on the first computer. Basically, I want the second computer to be a remote-controlled first one. Hard to explain.
It's all connected through wires and both computers are opened and receiving. Is there no simple command for sending my password from one computer to the other? Do I really have to go all-out code bonanza crazy to make this work? I just want a big, thick door that can be opened from two computers sharing input. Or should I just scrap the entire thing and use some other design?