PDA

View Full Version : Reprogramming "Wammu"



TechMansoor
September 7th, 2009, 05:34 PM
Hello everyone of this awesome community. I'd like for wammu to auotmatically retrieve and send out text messages.

How would I begin to approach such a task? I'd like to have it done quickly, then go back and read and study on how it was done? I think it is written in wxpython which is python I believe..

any help would be throughly appreciated...

thanks guys! :)

jimi_hendrix
September 7th, 2009, 06:22 PM
i do not know what wammu is, but yes, wxpython is a python library for making GUI's

TechMansoor
September 7th, 2009, 07:55 PM
i do not know what wammu is, but yes, wxpython is a python library for making GUI's



Thanks for the response anyone else wanna give it a shot?

v8YKxgHe
September 7th, 2009, 09:03 PM
As stated on their website, Wammu is a GUI for Gammu - I think that answers your question.

TechMansoor
September 8th, 2009, 02:59 PM
As stated on their website, Wammu is a GUI for Gammu - I think that answers your question.

I don't see how this plays any great relevance to what I said, but indeed I probably should restate the question/concern.

In a nutshell, I'm looking to reprogram wammu in a sense of adding more functionality. How does one typically do this within making a program better?

In particular, if anyone has any experience with wammu, I'd like to make it where it automatically sends and receives the text messages.

I found trunk examples here:

<a href="http://viewsvn.cihar.com/viewvc.cgi/python-gammu/trunk/examples">


These examples seem to be the scripts I need but undoubtedly, I dont know how to lace them to wammu.


Any suggestions would be awesome!!!

Thanks a billion everyone! :)

Kegusa
September 8th, 2009, 04:22 PM
Wammu is as they said a wxpython GUI for Gammu. If you have python experience I would suggest using python-gammu. Take a look at:

http://www.gammu.org/wiki/index.php?title=Gammu:Python-gammu

If you are stuck take a look at the site and get familiar with the gammu structure and source, quite good documentation :)

Best of luck!

TechMansoor
September 8th, 2009, 05:42 PM
Wammu is as they said a wxpython GUI for Gammu. If you have python experience I would suggest using python-gammu. Take a look at:

http://www.gammu.org/wiki/index.php?title=Gammu:Python-gammu

If you are stuck take a look at the site and get familiar with the gammu structure and source, quite good documentation :)

Best of luck!



Thanks I will give it a shot. I'm just learning phython!

Thanks again...