With Web2SMS you can send SMS messages with your favourite provider via web interfaces.
It's already a time in the extras-devel repositories but it was feature incomplete, so there was no need to announce.
Now I think it's on a level where users could test the application.
Features:
Written in C++ using Qt. Compiles on all platforms (I used Visual C++ 2008)
Contains a buggy "wrap" of some WebTexter providers
Loads C++ and Python plugins
Puts messages to conversations
Supports GSM codec character counting and forbids the entry of unsupported characters
Shows the account balances on most providers
Localized ui (English and German for now)
Providers:
o2 Germany
sms77.de
Sloono.de
Innosend.de (known from AppSender on the iPhone)
biteSMS (well known on iPhone and Android (chompSMS))
I would like to be able to send a SMS to numbers instead of saved contacts. Currently I can not add / type numbers in the recipient field, only add contacts from the address book.
Can you add that feature please?
Thanks in advance!
There are already some plugins which can be used as reference if you want to implement these providers on your own. Actually I can't read Polish, so it's hard for me to implement them.
There are already some plugins which can be used as reference if you want to implement these providers on your own. Actually I can't read Polish, so it's hard for me to implement them.
(I also have no time this week)
Maybe its very noob question but where I can find these plugins? Maybe you can tell me what information you need from providers website and i can give it to you. Or it's not that simple?
I really want to do this on my own but i don't even have a clue where I should start..