{"id":19383343,"url":"https://github.com/mdouchement/smsc3","last_synced_at":"2025-04-23T21:31:52.450Z","repository":{"id":37977310,"uuid":"291490899","full_name":"mdouchement/smsc3","owner":"mdouchement","description":"An SMSC emulator able to send and receive SMS.","archived":false,"fork":false,"pushed_at":"2024-05-09T20:37:39.000Z","size":88,"stargazers_count":9,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T20:12:03.462Z","etag":null,"topics":["emulator","fake","fakesmsc","server","simulator","smpp","smpp-server","smsc"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mdouchement.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-30T14:53:39.000Z","updated_at":"2025-03-15T22:54:20.000Z","dependencies_parsed_at":"2023-01-28T00:00:57.280Z","dependency_job_id":"4a6d8827-c1a1-4663-ba66-7b08c815728d","html_url":"https://github.com/mdouchement/smsc3","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"bb6e75f75469ad155d33b2e0fb76c93a32e9d738"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fsmsc3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fsmsc3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fsmsc3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fsmsc3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdouchement","download_url":"https://codeload.github.com/mdouchement/smsc3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250517825,"owners_count":21443852,"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":["emulator","fake","fakesmsc","server","simulator","smpp","smpp-server","smsc"],"created_at":"2024-11-10T09:25:38.097Z","updated_at":"2025-04-23T21:31:52.128Z","avatar_url":"https://github.com/mdouchement.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SMSC3\n\nSMSC3 is a SMSC simulator based on SMPP3.4.\n\nIt alows to fake incoming and outgoing SMS.\n\n\n## Usage\n\nSee `smsc3.go` if you want to customise the configuration via environment variables.\n\n```sh\n$ go run .\n[2020-08-30 14:38:46]  INFO Listening SMPP :20001\n[2020-08-30 14:38:46]  INFO Listening HTTP on :6000\n```\n\n\n### Example with Kannel:\n\n1. Launch smsc3 docker container\n\n```sh\n$ docker network create kannel\n$ ./run.sh\n```\n\n2. Launch Kannel\n\n```sh\n$ cd .kannel\n$ docker-compose kill \u0026\u0026 docker-compose rm -f \u0026\u0026 docker-compose up\n```\n\nTest Kannel:\n\n```sh\n$ ./send-sms.sh cm\n```\n\n3. Send an incoming SMS (SMSC -\u003e ESM)\n\n`POST http://localhost:6000/deliver`\n\n```json\n{\n    \"session\": \"kannel-sinch\",\n    \"from\": \"GOPHER\",\n    \"to\": \"+33600000001\",\n    \"message\": \"Hello world!\",\n    \"-message\": \"Hello world! バカ\"\n}\n```\n\n```json\n{\n    \"status\": 200,\n    \"message\": \"OK 1U6i7TeNjcE (2)\"\n}\n```\n\n4. Send an outgoing SMS (ESM -\u003e SMSC)\n\n```sh\n$ cd .kannel\n$ ./send-sms.sh sinch\n```\n\n\n## License\n\n**MIT**\n\n\n## Contributing\n\nAll PRs are welcome.\n\n1. Fork it\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n5. Push to the branch (git push origin my-new-feature)\n6. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdouchement%2Fsmsc3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdouchement%2Fsmsc3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdouchement%2Fsmsc3/lists"}