Git Product home page Git Product logo

studio54's Introduction

Studio54

Hex version Hex downloads

Installation

The package can be installed by adding studio54 to your list of dependencies in mix.exs:

def deps do
  [
    {:studio54, "~> 0.4"}
  ]
end

Add :studio54 to applications and then run:

mix studio54_setup
# or if you want to cleanup everything:
mix studio54_setup clean

Config

config :studio54,                                                                                                                                                                          
     host: "192.168.10.1",  # device gateway ip
     name: "admin",         # username
     password: "admin",     # password
     tick: 1000,            # new message check interval
     delay_on_record: 2000, # wait time to handle multi part messages
     mno: "IR-TCI",         # device sim mobile network operator
     tz_offset: 12600,      # Timezone offset
     msisdn: "989906767514" # device sim number

Usage

  • Sending SMS:
Studio54.send_sms 989120228207, "wow"
  • Reading inbox
Studio54.get_inbox new: true
  • Subscribe to incomming message event:
Studio54.Db.add_message_event "989120228207", 60, IO, :inspect, "[\\d]{5}"

This will call IO.inspect/1 with incomming message as argument when message sent from +989-1202-228-207 and body contains a 5 digit number!.

Running tests:

MIX_ENV=test mix do studio54_setup clean, test --trace --cover

studio54's People

Contributors

ourway avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

princemwase

studio54's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.