Could you please suggest a alternative method for transmitting data over internet by a GSM device to a web server other than via UDP port or TCP port?
Could you please suggest a alternative method for transmitting data over internet by a
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.
“Web server” implies that it uses TCP. You cannot speak to a web server with other protocols since it will no longer be a “web server”, but rather some other type of server that uses HTTP.