I have seen examples of Arduino acting as a server using the Ethernet. But I am working on a project that requires my Arduino to act a server that will listen for client requests using no Ethernet, but only GSM/GPRS shield. I have a SIMCOM SIM808 GSM/GPRS/GPS module.
I will have my Android send requests to that Arduino & the Arduino will perform the operations accordingly. I have searched a lot, but haven't found any such example. That got me wondering if it was even possible? If yes, how?
Do feel free to direct me to links / posts that have such tutorial.
Thank you for your time.