IMAP Gateway supporting portech gsm gateway
Go to file
2016-02-03 22:07:31 +01:00
.gitignore update dotgitignore 2016-01-16 16:15:20 +01:00
config.py.sample initial commit 2016-01-15 11:38:38 +01:00
LICENSE Initial commit 2016-01-15 11:36:44 +01:00
README.md update README.md 2016-02-03 22:07:31 +01:00
smsgateway.py add pydoc comments, clean some useless tabs 2016-01-16 16:07:30 +01:00

smsgateway

smsgateway supporting portech gsm gateway

This script is able to communicate with Portech GSM gateways (tested on MV370), and send single SMS or fetch mails and transforms it to SMS. It uses the python-messaging package for PDU encodings

Usage :

  • smsgateway.py imap2sms
  • smsgateway.py sms <number> <message>
  • smsgateway.py clearallsms

Requirements :

python-messaging available on : pmarti/python-messaging