An open API service indexing awesome lists of open source software.

https://github.com/telefonica/sdk-sms-stack

SDK-SMS-Stack
https://github.com/telefonica/sdk-sms-stack

cdco

Last synced: 8 months ago
JSON representation

SDK-SMS-Stack

Awesome Lists containing this project

README

          

![License](https://img.shields.io/badge/license-GNU-green.svg?style=flat-square)

# **SMS Stack**
Sms Stack is a Framework to provide TPC/IP based characteristics to the GSM Short Message Service.

This framework works in multiple environments to provide a full stack integration in a service.

The 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.

You 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.

# Prerequisites
You can download and use sms-stack in multiple environments in order to implement it in multiple scenarios.

## Typescript
Npm - https://www.npmjs.com

Nodejs - https://nodejs.org/en/

Typescript - https://www.typescriptlang.org/#download-links

## Python
Python 3.4 or higher - https://www.python.org/downloads/

Pip - https://pypi.org/project/pip/

## Android
Android API 23 (6.0) or higher - https://developer.android.com/about/versions/marshmallow/android-6.0

Android Studio + Gradle (With JUnit) - https://developer.android.com/studio/install

# Usage
Simply add the framework in one of each repositories given in your repository.

## Typescript
```npm install sms-stack 1.x.x```

## Python
```pip install sms-stack 1.x.x```

## Android
Add in the gradle app file
```implementation 'com.example.smstcplibrary:smsstack:1.x.x'```

For further implementation, please use the given wiki

# SMS Stack scheme
Stack Sms Layer

Stack Sms Communication

# License

This project is licensed under the GNU General Public License - see the LICENSE file for details

# Contact

THE 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.

This software doesn't have a QA Process. This software is a Proof of Concept.

If you have any problems, you can contact:

- *Ideas Locas CDO - Telefónica*

- *Ideas Locas CDO - Telefónica*

- *Ideas Locas CDO - Telefónica*

For more information please visit [https://www.elevenpaths.com](https://www.elevenpaths.com).