Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have an application which manage the elections of the syndicate council around the country.
I wanna create an sms server to receive sms from the representatives of the syndicate in every province and insert automatically the data sent by the representative into the database to publish quickly the results on the web. anyone can help???
Posted
Comments
[no name] 8-May-14 20:38pm    
Help with what? How to write your entire application? How to setup your hardware? How to setup your database? There is a good reason why the FAQ asks you to be specific.

 
Share this answer
 
You need to find SMS gateway/SMS service provider in your country. They have APIs need to route incoming SMS to your server and sending SMS.

Most of the time they have REST API and also they will provide sample codes.
example for APIs ( I haven't test or using any of below services, you need to which is best for your need)

http://americas.clickatell.com/apis-scripts/scripts/c-scripts/[^]
http://www.eztexting.com/developers/rest-api/sms/code-examples/csharp.html[^]
http://www.twilio.com/docs/quickstart/csharp/sms[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900