I am developing j2me app. I need to receive sms on specific port. Which is the best port to define for receiving sms?
Thanks for advice
I am developing j2me app. I need to receive sms on specific port. Which
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The SMS spec (JSR 120) says you can’t have a port that another app is using at that time, and also you can’t have any of the ports that are specified in the following table.
Oddly, I can’t see any restriction on any other values of the port number. I’m sure this must be set out somewhere but I can’t find it in the spec.
However, I strongly suggest restricting yourself to port numbers between 1 and 65535.