{"id":21744027,"url":"https://github.com/telefonica/sdk-sms-stack","last_synced_at":"2025-08-22T15:08:48.997Z","repository":{"id":41798321,"uuid":"157525851","full_name":"Telefonica/SDK-SMS-Stack","owner":"Telefonica","description":"SDK-SMS-Stack","archived":false,"fork":false,"pushed_at":"2023-01-04T22:44:16.000Z","size":4275,"stargazers_count":29,"open_issues_count":16,"forks_count":5,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-13T05:07:48.091Z","etag":null,"topics":["cdco"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Telefonica.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-14T09:41:40.000Z","updated_at":"2024-08-12T19:43:18.000Z","dependencies_parsed_at":"2023-02-02T22:31:07.525Z","dependency_job_id":null,"html_url":"https://github.com/Telefonica/SDK-SMS-Stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Telefonica/SDK-SMS-Stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Telefonica%2FSDK-SMS-Stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Telefonica%2FSDK-SMS-Stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Telefonica%2FSDK-SMS-Stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Telefonica%2FSDK-SMS-Stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Telefonica","download_url":"https://codeload.github.com/Telefonica/SDK-SMS-Stack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Telefonica%2FSDK-SMS-Stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271657802,"owners_count":24797935,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cdco"],"created_at":"2024-11-26T07:09:46.220Z","updated_at":"2025-08-22T15:08:48.971Z","avatar_url":"https://github.com/Telefonica.png","language":"Java","readme":"![License](https://img.shields.io/badge/license-GNU-green.svg?style=flat-square)\n\n# **SMS Stack**\nSms Stack is a Framework to provide TPC/IP based characteristics to the GSM Short Message Service.\n\nThis framework works in multiple environments to provide a full stack integration in a service.\n\nThe main layer features techniques to control the order and the number of sms for a given stream, and a layer of security with AES + CTR cypher.\n\nYou can easily implement your own protocol on the top of the stack of Sms Stack and add new features to an sms based communication between devices.\n\n# Prerequisites\nYou can download and use sms-stack in multiple environments in order to implement it in multiple scenarios.\n\n## Typescript\nNpm - https://www.npmjs.com\n\nNodejs - https://nodejs.org/en/\n\nTypescript - https://www.typescriptlang.org/#download-links\n\n## Python\nPython 3.4 or higher - https://www.python.org/downloads/\n\nPip - https://pypi.org/project/pip/\n\n## Android\nAndroid API 23 (6.0) or higher - https://developer.android.com/about/versions/marshmallow/android-6.0\n\nAndroid Studio + Gradle (With JUnit) - https://developer.android.com/studio/install\n\n# Usage\nSimply add the framework in one of each repositories given in your repository.\n\n## Typescript\n```npm install sms-stack 1.x.x```\n\n## Python\n```pip install sms-stack 1.x.x```\n\n## Android\nAdd in the gradle app file\n```implementation 'com.example.smstcplibrary:smsstack:1.x.x'```\n\nFor further implementation, please use the given wiki\n\n# SMS Stack scheme\n\u003cimg width=\"710\" alt=\"Stack Sms Layer\" src=\"https://user-images.githubusercontent.com/16117276/53357197-a3724f80-392d-11e9-8aa8-5a85ef5c0152.png\"\u003e\n\n\u003cimg width=\"395\" alt=\"Stack Sms Communication\" src=\"https://user-images.githubusercontent.com/16117276/53357272-c8ff5900-392d-11e9-9f5a-339c9d62ece6.png\"\u003e\n\n# License\n\nThis project is licensed under the GNU General Public License - see the LICENSE file for details\n\n# Contact\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nThis software doesn't have a QA Process. This software is a Proof of Concept.\n\nIf you have any problems, you can contact:\n\n\u003cpablo@11paths.com\u003e - *Ideas Locas CDO - Telefónica*\n\n\u003cfranciscojose.ramirezvicente@telefonica.com\u003e - *Ideas Locas CDO - Telefónica*\n\n\u003clucas.fernandezaragon@telefonica.com\u003e - *Ideas Locas CDO - Telefónica*\n\nFor more information please visit [https://www.elevenpaths.com](https://www.elevenpaths.com).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelefonica%2Fsdk-sms-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelefonica%2Fsdk-sms-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelefonica%2Fsdk-sms-stack/lists"}