Where can i get free GSM libraries/components for delphi or python? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T05:23:37Z http://stackoverflow.com/feeds/question/657100 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/657100/where-can-i-get-free-gsm-libraries-components-for-delphi-or-python 2 Where can i get free GSM libraries/components for delphi or python? gath 2009-03-18T05:47:08Z 2009-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#657190 1 Answer by Mohammed Nasman for Where can i get free GSM libraries/components for delphi or python? Mohammed Nasman 2009-03-18T06:47:04Z 2009-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#698892 0 Answer by joeforker for Where can i get free GSM libraries/components for delphi or python? joeforker 2009-03-30T20:34:20Z 2009-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&amp;term=sms&amp;submit=search" rel="nofollow">http://pypi.python.org/pypi?%3Aaction=search&amp;term=sms&amp;submit=search</a></p> http://stackoverflow.com/questions/657100/where-can-i-get-free-gsm-libraries-components-for-delphi-or-python/755535#755535 1 Answer by mm2010 for Where can i get free GSM libraries/components for delphi or python? mm2010 2009-04-16T10:32:23Z 2009-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#756499 0 Answer by Stijn Sanders for Where can i get free GSM libraries/components for delphi or python? Stijn Sanders 2009-04-16T14:51:40Z 2009-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#1071447 0 Answer by Dawie Strauss for Where can i get free GSM libraries/components for delphi or python? Dawie Strauss 2009-07-01T21:17:41Z 2009-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>