{"id":20347108,"url":"https://github.com/ourway/studio54","last_synced_at":"2026-01-29T16:34:55.696Z","repository":{"id":57572230,"uuid":"149496895","full_name":"ourway/studio54","owner":"ourway","description":"SMS/USSD sending/receiving with HUAWEI E5577Cs-603 LTE modems.","archived":false,"fork":false,"pushed_at":"2018-10-06T10:40:27.000Z","size":89,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T03:03:39.476Z","etag":null,"topics":["e5577cs-603","gsm-modem","huawei","huawei-routers","irancell","lte-dongle","mci","modem","red9","sms","smsmessage","tci-ir","ussd"],"latest_commit_sha":null,"homepage":"https://red9.ir","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ourway.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-19T18:45:49.000Z","updated_at":"2022-01-23T12:19:30.000Z","dependencies_parsed_at":"2022-08-24T06:00:33.303Z","dependency_job_id":null,"html_url":"https://github.com/ourway/studio54","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/ourway/studio54","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ourway%2Fstudio54","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ourway%2Fstudio54/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ourway%2Fstudio54/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ourway%2Fstudio54/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ourway","download_url":"https://codeload.github.com/ourway/studio54/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ourway%2Fstudio54/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28880980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["e5577cs-603","gsm-modem","huawei","huawei-routers","irancell","lte-dongle","mci","modem","red9","sms","smsmessage","tci-ir","ussd"],"created_at":"2024-11-14T22:15:23.163Z","updated_at":"2026-01-29T16:34:55.678Z","avatar_url":"https://github.com/ourway.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Studio54\n\n[![Hex version](https://img.shields.io/hexpm/v/studio54.svg \"Hex version\")](https://hex.pm/packages/studio54)\n![Hex downloads](https://img.shields.io/hexpm/dt/studio54.svg \"Hex downloads\")\n\n## Installation\n\nThe package can be installed\nby adding `studio54` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:studio54, \"~\u003e 0.4\"}\n  ]\nend\n```\nAdd `:studio54` to applications and then run:\n\n```bash\nmix studio54_setup\n# or if you want to cleanup everything:\nmix studio54_setup clean\n\n```\n\n## Config\n\n```elixir\n\nconfig :studio54,                                                                                                                                                                          \n     host: \"192.168.10.1\",  # device gateway ip\n     name: \"admin\",         # username\n     password: \"admin\",     # password\n     tick: 1000,            # new message check interval\n     delay_on_record: 2000, # wait time to handle multi part messages\n     mno: \"IR-TCI\",         # device sim mobile network operator\n     tz_offset: 12600,      # Timezone offset\n     msisdn: \"989906767514\" # device sim number\n```\n\n## Usage\n\n- Sending SMS:\n```elixir\nStudio54.send_sms 989120228207, \"wow\"\n```\n\n- Reading inbox\n```elixir\nStudio54.get_inbox new: true\n```\n\n- Subscribe to incomming message event:\n```elixir\nStudio54.Db.add_message_event \"989120228207\", 60, IO, :inspect, \"[\\\\d]{5}\"\n```\n\nThis will call `IO.inspect/1` with incomming message as argument when message\nsent from `+989-1202-228-207` and body contains a 5 digit number!.\n\n\n## Running tests:\n\n```bash\nMIX_ENV=test mix do studio54_setup clean, test --trace --cover\n```\n\n- For more information, look at [test file](/test/studio54_test.exs).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fourway%2Fstudio54","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fourway%2Fstudio54","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fourway%2Fstudio54/lists"}