Thread
:
SMS Sending via html page
View Single Post
thp
2010-05-12 , 08:52
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#
2
You could use Python's
SimpleHTTPServer
module and implement your own SimpleHTTPRequestHandler that will do the SMS sending. The advantage of this approach is that you could even send SMS from your computer by pointing your browser to the N900's IP and a custom port when your N900 is connected to your local home network. (of course, for security reasons, you can also opt to only listen on the loopback interface, so that connections from outside are not possible)
Have you tried
VertSMS
already?
Quote & Reply
|
The Following 2 Users Say Thank You to thp For This Useful Post:
Helmuth
,
Xizor
thp
View Public Profile
Send a private message to thp
Visit thp's homepage!
Find all posts by thp