Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.23 KB

File metadata and controls

30 lines (20 loc) · 1.23 KB

📞 GSM Simulation Program in Java ☎️

This README file provides an overview and instructions for using the GSM Simulation Program implemented in Java. The GSM Simulation Program is a simple simulator that mimics the functioning of a GSM (Global System for Mobile Communications) network.

📋 Overview

The GSM Simulation Program aims to replicate the behavior of a basic GSM network with mobile devices and cell towers. It allows users to create and manage mobile devices, cell towers, and simulate communication between them.

📝 Requirements

To run the GSM Simulation Program, you need the following:

  • ☕ Java Development Kit (JDK): Ensure you have JDK installed on your system.

🚀 Getting Started

  • Clone the Repository: Clone the GSM Simulation Program repository to your local machine using the following command:
git clone <repository_url>
  • Compile the Code: Open a terminal or command prompt, navigate to the root folder of the cloned repository, and compile the Java source files using the following command:
javac Main.java

Run the Program: Once the code is successfully compiled, execute the program using the following command:

java Main