A C++ implementation of GSM 7-bit encoding and decoding for SMS messages.
This project provides:
- GSM7BitEncoder: Converts text to GSM 7-bit encoded hexadecimal.
- GSM7BitDecoder: Converts GSM 7-bit encoded hex back to readable text.
Compile and run with a C++ compiler:
g++ -o gsm_encoder_decoder main.cpp
./gsm_encoder_decoder