Where can i get free GSM libraries/components for delphi or python? - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T05:23:37Zhttp://stackoverflow.com/feeds/question/657100http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/657100/where-can-i-get-free-gsm-libraries-components-for-delphi-or-python2Where can i get free GSM libraries/components for delphi or python?gath2009-03-18T05:47:08Z2009-07-01T21:34:42Z
<p>Guys,</p>
<p>Where can i get good free GSM libraries for <strong>Delphi</strong> or <strong>Python</strong>? Libraries i can use to send and receive sms's on my application?</p>
<p>Gath</p>
http://stackoverflow.com/questions/657100/where-can-i-get-free-gsm-libraries-components-for-delphi-or-python/657190#6571901Answer by Mohammed Nasman for Where can i get free GSM libraries/components for delphi or python?Mohammed Nasman2009-03-18T06:47:04Z2009-03-18T06:47:04Z<p>For free and open source <a href="http://sourceforge.net/projects/tpapro/" rel="nofollow">AsyncPro</a>></p>
<p>Not free but the components has active development <a href="http://www.deepsoftware.com/nrcomm" rel="nofollow">nrComm Lib</a></p>
<p>Another solution to use SMS gateway, such as <a href="http://www.clickatell.com/" rel="nofollow">ClickAtell</a>, with solution you can send sms using a simple post command to the gateway url or webservices.</p>
http://stackoverflow.com/questions/657100/where-can-i-get-free-gsm-libraries-components-for-delphi-or-python/698892#6988920Answer by joeforker for Where can i get free GSM libraries/components for delphi or python?joeforker2009-03-30T20:34:20Z2009-03-30T20:34:20Z<p>A PyPi search turns up several promising Python SMS libraries. Some of them talk to a GSM modem, others work through web SMS gateways, and there's even one to interface with Apple's Sudden Motion Sensor.</p>
<p><a href="http://pypi.python.org/pypi?%3Aaction=search&term=sms&submit=search" rel="nofollow">http://pypi.python.org/pypi?%3Aaction=search&term=sms&submit=search</a></p>
http://stackoverflow.com/questions/657100/where-can-i-get-free-gsm-libraries-components-for-delphi-or-python/755535#7555351Answer by mm2010 for Where can i get free GSM libraries/components for delphi or python?mm20102009-04-16T10:32:23Z2009-04-16T10:32:23Z<p>Get it here - completely free (previously commercial components):</p>
<p><a href="http://sourceforge.net/projects/tpapro/" rel="nofollow">http://sourceforge.net/projects/tpapro/</a></p>
http://stackoverflow.com/questions/657100/where-can-i-get-free-gsm-libraries-components-for-delphi-or-python/756499#7564990Answer by Stijn Sanders for Where can i get free GSM libraries/components for delphi or python?Stijn Sanders2009-04-16T14:51:40Z2009-04-16T14:51:40Z<p>I've always enjoyed this application with my Sony-Ericsson devices:
<a href="http://fma.sf.net/" rel="nofollow">http://fma.sf.net/</a></p>
http://stackoverflow.com/questions/657100/where-can-i-get-free-gsm-libraries-components-for-delphi-or-python/1071447#10714470Answer by Dawie Strauss for Where can i get free GSM libraries/components for delphi or python?Dawie Strauss2009-07-01T21:17:41Z2009-07-01T21:34:42Z<p>Another SMS gateway with a Python interface is TextMagic.</p>
<p>Read my response to a similar question <a href="http://stackoverflow.com/questions/716946/how-do-i-enable-sms-notifications-in-my-web-app/1071496#1071496">here</a></p>