Where can I get free GSM libraries / components for delphi or python?

Where can I get free free GSM libraries for Delphi or Python ? Libraries that I can use to send and receive SMS in my application?

Gough

+4
source share
5 answers

AsyncPro Free and Open Source >

Not free, but components have been actively developed by nrComm Lib

Another solution for using an SMS gateway, for example ClickAtell , with the solution you can send sms using a simple post-command to the url gateway or webservices.

+2
source

- ( ):

+1

SMS Python TextMagic.

+1
source

A PyPi Search opens up some promising Python SMS libraries . Some of them talk to the GSM modem, others work through SMS web gateways, and there is even one interface with the Apple Sudden Motion Sensor.

0
source

I always liked this app with my Sony-Ericsson devices:

0
source

All Articles