Project

cimd

0.0
No commit activity in last 3 years
No release in over 3 years
Utils for CIMD protocol
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.3
>= 0
>= 0.8.8
>= 0

Runtime

>= 0
 Project Readme

Dependency Status Build Status Code Climate

CIMD

Overview

Classes and binaries to handle SMS Cimd protocol.

Usage

cimd_cli.rb receivesms

cimd_cli.rb receivesms receives smses endlessly. If You want to stop reciving just press ^C.

cimd_cli.rb receivesms --msisdn=MSISDN --password=PASSWORD --server=SERVER --user-identity=USER_IDENTITY

Options:
  --server=SERVER                            # Address of SMSC server (can be DNS name)
  [--port=PORT]                              # Port number for CIMD protocol
                                             # Default: 9971
  --user-identity=USER_IDENTITY              # Username of CIMD account
  --password=PASSWORD                        # Password for CIMD account USERNAME
  [--message=MESSAGE]                        # Message to be send
                                             # Default: SMS test message
  --msisdn=MSISDN                            # MSISDN number to be send
  [--alpha-orig-address=ALPHA_ORIG_ADDRESS]  # Identity of sender
                                             # Default: Sms Service

cimd_cli.rb sendsms

cimd_cli.rb sendsms sends text SMS to MSISDN number

cimd_cli.rb sendsms --msisdn=MSISDN --password=PASSWORD --server=SERVER --user-identity=USER_IDENTITY

Options:
    --server=SERVER                            # Address of SMSC server (can be DNS name)
    [--port=PORT]                              # Port number for CIMD protocol
                                               # Default: 9971
    --user-identity=USER_IDENTITY              # Username of CIMD account
    --password=PASSWORD                        # Password for CIMD account USERNAME
    [--message=MESSAGE]                        # Message to be send
                                               # Default: SMS test message
    --msisdn=MSISDN                            # MSISDN number to be send
    [--alpha-orig-address=ALPHA_ORIG_ADDRESS]  # Identity of sender
                                               # Default: Sms Service