I am Developing a .Net Compact FrameWork application. I am sending an SMS Message with a port to my application. How can i listen to a port and what type of message the Net Compact FrameWork can support (Binary and Text).Hope to help me
See the SDK documentation topic "WAP Wakeup" which describes registering your app for a specific WDP message port. Also you'll find related WAP, WDP, PushRouter functions in the SDK documentation.
In J2ME you can receive an SMS Message to Specific mobile port. So i want to do the same. I am sending now sms from Http link, "api.clickatell.com" with a port number. So i want, when the SMS message reach the mobile with a port number to be catched by my application, same as J2ME mobile application
hi HoOpoOe, how did you develop your application that sends sms to a specific port number can you paste your working code here .. i'm trying to do the same application, sending sms message to a specific port.. thanx..
SMS Port
Al Christoph
See the SDK documentation topic "WAP Wakeup" which describes registering your app for a specific WDP message port. Also you'll find related WAP, WDP, PushRouter functions in the SDK documentation.
Peter
SoniaJulka
SMS don't have ports, so there's no way you can "listen to a port". SMS messages are ASCII text up to 160 characters.
Are you confusing SMS with TCP/IP or what exactly you mean by “SMS”
Guenter
Eric Harmon
Oh, there are TCP/UDP like protocols on top of SMS, good to know...
budbjames
hi HoOpoOe, how did you develop your application that sends sms to a specific port number can you paste your working code here .. i'm trying to do the same application, sending sms message to a specific port.. thanx..