adammck / pygsm

Send and receive SMS via a GSM modem in Python
BSD 3-Clause "New" or "Revised" License
133 stars 57 forks source link

Clarify home of the project #4

Closed sebasmagri closed 14 years ago

sebasmagri commented 14 years ago

tmcw/slingshotsms has an internal copy of pygsm and rapidsms/pygsm seems to be a fork, both were updated after the last update in this repo. Which one should I clone/fork?

adammck commented 14 years ago

rapidsms/pygsm is fresher than this repo, and includes support for PDU messages. you should probably use it, but i haven't deleted this repo, because i'm not very happy about the quality of the refactoring.

tmcw/slingshotsms wraps pygsm, and provides a nice REST interface to it. it's a separate project.