In our project presently we are sending and receiving SMS messages using GSM system(mean, by some third party SMS service provider through URL ). but now we need to migrate it to GPRS system.
that, we need to replace GSM by GPRS system. we do not know how the architecture
will be. In GSM message was send and received through URL from out application using HTTP
API’s.
How can we use GPRS to send and recieve messages , please tell the way to do it.
thanks in advance ,
Mahesh
First, GPRS can never send an SMS. You can connect to any SMS gateway using GPRS which can send SMS for you, GPRS is basically internet service for GSM networks, it has a different purpose altogether. GPRS is HTTP transport, nothing more.
I request you to explain the use-case scenario of how you want to send an SMS ? Given this people here can better help you and come up with correct feasible solution.