I am trying to send sms using python and a GSM modem connected to my local machine, I have successfully sent the SMS using AT commands but now I have a technical problem for which I need help, the server of my website is located in United States while I live in Australia, so if I want to use the SMS feature on actual site I have to fly all the way to USA and attach the modem to my server, I just want to know if there is a simple solution for my problem, something like passing request from server to my machine and send SMS from my local machine.
Thanks in Advance.