Karthigailakshmi/TEXT-MESSAGING-APP
0
Wireless Text Messaging with Error Control Codes
This educational app demonstrates how text messages are transmitted wirelessly using binary encoding, Hamming error control codes, and error correction techniques.
๐ Features
- Convert text to binary
- Encode using Hamming(7,4) code
- Simulate transmission errors
- Decode and correct errors
- Recover original message
๐ Educational Purpose
Designed for students and enthusiasts to understand:
- How text becomes binary
- How redundancy helps detect and fix errors
- How wireless communication ensures message integrity
๐ Run Locally
git clone https://huggingface.co/spaces/your-username/wireless-text-app
cd wireless-text-app
pip install -r requirements.txt
streamlit run app.py