{"id":21171620,"url":"https://github.com/terox/smpp-cli","last_synced_at":"2025-07-09T19:33:00.988Z","repository":{"id":57364340,"uuid":"89780837","full_name":"terox/smpp-cli","owner":"terox","description":"Simplifies the way to handle SMS to SMPP server","archived":false,"fork":false,"pushed_at":"2017-09-29T15:58:16.000Z","size":11,"stargazers_count":9,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T08:39:21.298Z","etag":null,"topics":["cli","nodejs","smpp","smpp-client"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-29T11:19:29.000Z","updated_at":"2022-11-08T04:35:13.000Z","dependencies_parsed_at":"2022-09-13T21:00:54.788Z","dependency_job_id":null,"html_url":"https://github.com/terox/smpp-cli","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/terox/smpp-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terox%2Fsmpp-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terox%2Fsmpp-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terox%2Fsmpp-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terox%2Fsmpp-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terox","download_url":"https://codeload.github.com/terox/smpp-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terox%2Fsmpp-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262797806,"owners_count":23365903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cli","nodejs","smpp","smpp-client"],"created_at":"2024-11-20T16:08:56.059Z","updated_at":"2025-07-09T19:33:00.711Z","avatar_url":"https://github.com/terox.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"SMPP Client\n===========\n\n\u003e SMPP Client (or ***smpp-cli***) is a simply command line that helps you to send SMS from a terminal or your applications and processes through the [***DNode protocol***](https://github.com/substack/dnode).\nIt helps you to handle a typical issues when you are working with SMPP protocol.\n\n## Getting Started\n\n### Install\n\nInstall the package globally in your machine:\n```bash\nnpm install -g smpp-cli\n```\n\n## Usage\n\n### Send SMS from ```Command Line Interface (CLI)```\n\nYou can send one SMS from CLI using the next command:\n\n```bash\nsmpp-cli send MySender +34000000000 \"Hello World!\" -h smpp.example.com -p 2675 -L loginUser -P myPassword\n```\n\n### Mounting a ```Dnode``` server\n\nYou can mount a [DNode server](https://github.com/substack/dnode) to send SMS from other processes or applications and keep a permanent connection to SMPP. **This is specially recommened for applications that handle a high volume of SMS**:\n\n```bash\nsmpp-cli listen 7070 -h smpp.example.com -p 2675 -L loginUser -P myPassword\n```\nIf you want receive the ***DLRs (Delivery Reports)*** from SMPP you should add de ```-C``` (callback) option. It will request for DLR for each SMS. If you ommit this option, the DLR will not requested:\n```\nsmpp-cli listen 7070 -h smpp.example.com -p 2675 -L loginUser -P myPassword` -C /usr/bin/processingBin\n```\n\n#### What parameters expect the ```Dnode``` server:\n\nDepending on your programming language where you are implementing the ***Dnode protocol*** the implementation it's different, but paramaters are finally the same. These are the parameters that you can use:\n\n```json\n{\n  \"sourceAddress\": \"mySender\",\n  \"destinationAddress\": \"+34000000000\",\n  \"message\": \"Hello World!\"\n}\n```\n\n## Libraries using ```smpp-cli```:\n\n* [SmsCampaignBundle](https://github.com/terox/SmsCampaignBundle) (PHP Synmfony Bundle to manage high volume of SMS)\n\n## License\n\nMIT © David Pérez Terol\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterox%2Fsmpp-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterox%2Fsmpp-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterox%2Fsmpp-cli/lists"}