smsgateway/README.md

15 lines
479 B
Markdown
Raw Normal View History

2016-01-15 11:36:44 +01:00
# smsgateway
smsgateway supporting portech gsm gateway
2016-02-03 22:04:35 +01:00
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
2016-01-16 16:12:06 +01:00
## Usage :
2016-02-02 11:34:30 +01:00
* smsgateway.py imap2sms
* smsgateway.py sms <number> <message>
* smsgateway.py clearallsms
2016-01-16 16:12:06 +01:00
2016-01-16 16:13:55 +01:00
## Requirements :
python-messaging available on : [pmarti/python-messaging](https://github.com/pmarti/python-messaging)