Skip to content

yubraj-rai/gsm-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GSM 7-Bit Encoder and Decoder

A C++ implementation of GSM 7-bit encoding and decoding for SMS messages.

Overview

This project provides:

  • GSM7BitEncoder: Converts text to GSM 7-bit encoded hexadecimal.
  • GSM7BitDecoder: Converts GSM 7-bit encoded hex back to readable text.

Installation

Compile and run with a C++ compiler:

g++ -o gsm_encoder_decoder main.cpp
./gsm_encoder_decoder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages