SDK-SMS-Stack : GSM Short Message Service Provided with TPC/IP Based Characteristics

SDK-SMS-Stack is a Framework to provided TPC/IP based characteristics to the GSM Short Message Service.

This framework works in multiple environments to provided 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.

Prerequisities

Typescript

Python

Android

Also Read – DNSDmpstr : Unofficial API & Client for DnsDumpster & HackerTarget

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 0.x.x

Android

Add in the gradle app file implementation ‘com.example.smstcplibrary:smsstack:0.x.x

SMS Stack scheme

Disclaimer

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.


R K

Recent Posts

Understanding the Model Context Protocol (MCP) and How It Works

Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…

2 days ago

The file Command – Quickly Identify File Contents in Linux

While file extensions in Linux are optional and often misleading, the file command helps decode what a…

2 days ago

How to Use the touch Command in Linux

The touch command is one of the quickest ways to create new empty files or update timestamps…

2 days ago

How to Search Files and Folders in Linux Using the find Command

Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…

2 days ago

How to Move and Rename Files in Linux with the mv Command

Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…

2 days ago

How to Create Directories in Linux with the mkdir Command

Creating directories is one of the earliest skills you'll use on a Linux system. The mkdir (make…

2 days ago