Project Description:
A java application is required with the subsequent features
1. Ability to use GSM Modem (and/or Mobile phones) or SMPP to send and receive SMS messages
2. Receiving and Processing of Incoming Messages
a. Retrieve SMS messages received on the smpp/Modem
b. Parse the SMS into a provided format
c. Write the message into database table (inbox)
d. Reformat the messages to a particular XML format
e. Send the XML format via TCP/IP Socket to 3rd party application
f. Receive response from TCP/IP socket of 3rd party application
g. Based on the response, update the DB Status column
h. If Reply is shown in the Log, send Reply message to the SMS Sender
3. Message Origination - Sending and Processing of Outgoing Messages
a. Receive message (XML or http request) from other application via TCP/IP socket or http request (Get/Post)
b. Parse the message
c. Write the message to db table (outbox)
d. Send the message as SMS via Modem/smpp
Kindly note these keywords for sign of what the project is involved - gms modem, sms processing, smpp, database (mysql/mssql), tcp/ip socket, http(post/get).
Skills required are Anything Goes, Java, MySQL