https://github.com/droe/aspsms
Ruby ASPSMS - aspsms.com short message service gateway library and client
https://github.com/droe/aspsms
Last synced: over 1 year ago
JSON representation
Ruby ASPSMS - aspsms.com short message service gateway library and client
- Host: GitHub
- URL: https://github.com/droe/aspsms
- Owner: droe
- License: other
- Created: 2011-07-11T21:08:36.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-01-18T20:40:50.000Z (over 11 years ago)
- Last Synced: 2023-03-11T23:11:26.609Z (over 3 years ago)
- Language: Ruby
- Homepage: https://www.roe.ch/ASPSMS
- Size: 122 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Ruby ASPSMS -- aspsms.com short message service gateway library and client
http://www.roe.ch/ASPSMS
Copyright (C) 2005-2015, Daniel Roethlisberger
All rights reserved.
Ruby ASPSMS is both a ruby library and a command line client for painfree,
UNIX-style interaction with the aspsms.com short message gateways.
Written to conform with the ASPSMS XML Interface Specs 1.91, 2007-12-05.
- Support for text SMS, show credits, and originator unlocking/testing.
- Conforms to ASPSMS failure safety recommendations.
- Delivery status notification is supported by the low-level library
but not exposed in the easy API nor the command line client.
Configuration is read from ~/.aspsms or [/usr/local]/etc/aspsms by default:
# ASPSMS configuration
# mandatory options:
userkey XYZXYZXYZXYZ
password y0UrPasSw0rD
# optional default originator:
originator +41XXXXXXXXX
# optional gateway override:
gateway othergateway:port
Make sure to set sensible permissions (0600 is a good start).