View Single Post
Posts: 43 | Thanked: 33 times | Joined on Dec 2008
#1
Hello guys.
Some time ago I programmed a software to send sms from you pc for my Nokia XPM 5800. But I buyed a n900 a half year ago or so and now I cant use the symbian-application any more.
Here is a picture of the server which runs on windows.


Edit{: the main interface has changed a little bit. It shows the local device IP's and the connected clients (more than one is possible)

}

I want to get a port to N900 but I'm not an advanced coder in qt and so I ask you who likes to develop the client-side of this application. (or even try :>)


The server listens on the port 4007 for clients which connect to it and send/receive strings.
The grammar for the strings is like this :

incoming sms:
Code:
<Message>+4917851234<#>Testsms</Message>
outgoing sms:
Code:
<Message>+49178291521;+14315123<#>Testsms</Message>
(when sending you can select more than one recipient)
Trigger phonebooksending from pc: <SendPhoneBook>

Sending phonebook entries from phone to pc:
Code:
<PhoneBook><Contact>+49123456789<#>Max<#>Mustermann</Contact><Contact>0123566789<#>Lieschen<#>Müller</Contact></PhoneBook>
Please get in contact with me if someone is interested in coding the client (maybe in qt? Then it may be possible to run it on android too?)

btw there was somebody who wanted this function last year. So this might be a cool solution as my interface for windows is looking cool and it would be easy to use

Last edited by Pinatz; 2011-06-16 at 09:20.
 

The Following User Says Thank You to Pinatz For This Useful Post: