LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How should I configure a server to remote control a Raspberry Pi ? (https://www.linuxquestions.org/questions/linux-server-73/how-should-i-configure-a-server-to-remote-control-a-raspberry-pi-4175541239/)

RolandBarthes 04-30-2015 12:43 PM

How should I configure a server to remote control a Raspberry Pi ?
 
Hello, I've done researches :study: and I don't know what technology to use, that wouldn't be too compicated but still involving manipulations with linux commands. I need to have a server on a Raspeberry pi in order to set it's pins states from a web page on another computer or smartphone. Thanks.

pwalden 04-30-2015 03:15 PM

http://www.instructables.com/id/Simp...spbe/?ALLSTEPS

schneidz 04-30-2015 03:37 PM

i think the easiest method would be to set up an ssh server so you could just log in and do stuff like:
Code:

gpio mode  3 out
gpio write 3 0

this depends on wiringpi:
https://projects.drogon.net/raspberr...d-and-install/

RolandBarthes 04-30-2015 05:07 PM

Thank you for your answers, this tutorial is exactly what I needed, couldn't find it because I used the wrong words on google =D


All times are GMT -5. The time now is 08:30 AM.