TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Submitting Data To A Server From Cell Phones

1 pointsby Attocsover 14 years ago
Hi, I would like to hear suggestions about the best way to get info from an SMS onto a server so that the data from many SMS can be collaborated and analyzed. IE people submitting SMS would send info (perhaps comma separated values?) to a particular number which would transfer it to a server so the data could be collaborated and analyzed.<p>This is for a potential non-profit health data collaboration project amongst very poor and needy children and their communities.<p>The info will help to establish trends and issues so they can be addressed as soon as possible and effectively as possible.<p>I know very little about programming so if you are willing to submit your ideas/comments please keep it as noob-sensitive as possible ;).<p>Thanks in advance

3 comments

david_shawover 14 years ago
Most (if not all) cell providers that allow SMS to other phones will also allow SMS to e-mail addresses. Back in the day I wrote a news/movies app (before Google released their GOOG SMS service) that received an email with a query, parsed through the mail spool and sent off a reply. Worked pretty well.
评论 #1999207 未加载
catlikeover 14 years ago
in first world countries Cloudvox/Twilio/Tropo can all receive inbound SMS and post the contents to your endpoint. Outside of the first world the costs increase significantly, and I believe both Orange and Clickatel become options to consider.<p>Cheapest option? You get an unlimited SMS plan on a cellphone that you can download SMS onto a computer from, keep the phone cabled to the computer and process the inbound SMS that what.<p>That's what we did (basically) before we had HTTP/SIP/SMPP SMS gateways in the cloud.
评论 #1999085 未加载
Attocsover 14 years ago
NB we are looking for open source/low cost solutions. Be as creative as necessary.