![]() |
[Extended Request] Receive and write sms from your pc or notebook over wifi
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. http://img62.imageshack.us/img62/6273/wifisms.jpg 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) http://img825.imageshack.us/img825/5...winterface.jpg } 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> Code:
<Message>+49178291521;+14315123<#>Testsms</Message> Sending phonebook entries from phone to pc: Code:
<PhoneBook><Contact>+49123456789<#>Max<#>Mustermann</Contact><Contact>0123566789<#>Lieschen<#>Müller</Contact></PhoneBook> 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 :) |
Re: [Extended Request] Receive and write sms from your pc or notebook over wifi
IIRC, you can use DBus to control the thing.
Hack together a GUI that sends commands over SSH and you might have a winner. |
Re: [Extended Request] Receive and write sms from your pc or notebook over wifi
you could also use a simple gui to utilise this: http://talk.maemo.org/showthread.php...t=ssh+commands
same idea as above but maybe more simple? not sure how you would display contacts. is there a file in which contacts are listed? could just read that over ssh. EDIT: to get contacts i guess you would use this http://wiki.maemo.org/Documentation/...dress_Book_API |
Re: [Extended Request] Receive and write sms from your pc or notebook over wifi
@Hurrian
There is no function to do an action when a sms is received. New arrived sms should be send to the computer over a netsocket. In Symbian m-shell I used this for sending it to the server. Code:
smsid=sms.receive(0); Code:
text = io.readln(s); @randomdood The local phonebook-gsm-contacts would be read out of the device and send to the computer. There the entrys will be displayed to be selected when writing a new sms from your computer. http://img683.imageshack.us/img683/6...nebookonpc.jpg |
All times are GMT. The time now is 17:03. |
vBulletin® Version 3.8.8