Hi Brand new here so apologies for some daft questions. Firstly very impressed how quick it was to get Monkey up and running on my Raspberry Pi :-)
I want to be able to control the GPIO of the Pi via a webserver. I am using WiringPi (https://projects.drogon.net/raspberry-pi/wiringpi/) to control the GPIO which also works a treat. Now I want to join Monkey and WiringPi together. So I can send a GET command to the RPi which then changes the GPIO (at this stage I don't need the RPi to do any other HTTP stuff). Very happy at writing C/C++ but am brand new to: * Linux * RaspberryPi * gcc/cc * Monkey-Project So my question is, how best should I do this? Potential options I believe are: 1. Compile my WiringPi code into Monkey-Project somewhere somehow 2. Create my WiringPi code as a CGI exe and make Monkey call it somehow 3. Create my WiringPi code as a FastCGI exe and make Monkey call it somehow 4. Plugins? 5. Another undiscovered way... Again apologies if daft questions Thanks -- Paul http://www.readiescards.co.uk
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
