Hello. I'm working on a 2 factors authentication website. I'm keen to have a phone emulator (preferably windows mobile 7) to display the PIN number to enter into the system.
The process:
1. The user login as usual >> upon successful login, the system sends a PIN Number to the phone (which is the emulator) >> user enters the PIN number to the system
I've the SMS gateway , but I'm looking at developing function to be able to rec' the incoming SMS..
First of all, you can't record incoming SMS from a web application! To achieve your goal, you need to have a WCF service or thick application to record the incoming SMS!
germaine.tay
Member
32 Points
290 Posts
Windows Mobile 7 Emulator
Jul 01, 2010 07:06 AM|LINK
Hello. I'm working on a 2 factors authentication website. I'm keen to have a phone emulator (preferably windows mobile 7) to display the PIN number to enter into the system.
The process:
1. The user login as usual >> upon successful login, the system sends a PIN Number to the phone (which is the emulator) >> user enters the PIN number to the system
I've the SMS gateway , but I'm looking at developing function to be able to rec' the incoming SMS..
Any idea?
Thanks!
Regards,
Germaine
Anindita.Bas...
Contributor
2448 Points
416 Posts
Re: Windows Mobile 7 Emulator
Oct 25, 2011 05:01 AM|LINK
First of all , are you trying to build the first authentication application or the authentication with SMS gateway ?
To aswer , the first question, the system generated PIN number can be send to the phone by using any web service HTTP service via remote URL .
Second part , the incoming SMS functionality is not clear to me of what you are exactly want to implement.
Do you want to send SMS frm system to Phone?
If that, there is possibility to implement it.
Thanks,
Anindita
http://anindita9.wordpress.com
roopeshreddy
All-Star
20119 Points
3320 Posts
Re: Windows Mobile 7 Emulator
Oct 27, 2011 02:02 AM|LINK
Hi,
First of all, you can't record incoming SMS from a web application! To achieve your goal, you need to have a WCF service or thick application to record the incoming SMS!
Hope it helps u...
Roopesh Reddy C
Roopesh's Space