I am not completely new to input from the web. I recently built a website to feed my fish from a website using an arduino. http://www.grovercam.com. In that project an HTML button activated a php script that ran a BASH script that sent command to my Arduino.
I would love some way above and beyond help for my next project. I would like to build a remote control car for my house (to play with my dog at work). I plan to put a webcam on it and use the RasPi, via a wireless dongle, to transmit video to my main server. I would like to be able to control the car via commands issued from my main server over the network. I beleive it would be simple to use PHP and BASH again to issue commands. Th problems I have are 2 fold:
1) I need to capture the input with python and use python to control the gpio (controlling the car). I am rather new to python and would love some sources on how to do that.
2) I would really like to have a joystick like graphic on the website to control the car. If i have 4 axis buttons I cannot stear and go forward at the same time. How would I program a joystick that could go both forward and right/left at the same time. something that looked like a round bubble level perhaps.
I know this is a LOT to ask in a forum post, but some sources and right direction pointed out would be greatly appreciated.