https://github.com/kalbarczykdev/gsm-network-symulation-java-swing
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.
https://github.com/kalbarczykdev/gsm-network-symulation-java-swing
gsm gsm-symulation java java-swing
Last synced: 6 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kalbarczykdev/gsm-network-symulation-java-swing
- Owner: KalbarczykDev
- Created: 2023-05-20T14:41:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T11:02:10.000Z (about 2 years ago)
- Last Synced: 2025-03-22T05:51:15.246Z (7 months ago)
- Topics: gsm, gsm-symulation, java, java-swing
- Language: Java
- Homepage:
- Size: 107 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :telephone_receiver: GSM Simulation Program in Java :telephone:
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.
## :clipboard: 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.
## :memo: Requirements
To run the GSM Simulation Program, you need the following:* :coffee: Java Development Kit (JDK): Ensure you have JDK installed on your system.
## :rocket: Getting Started
* Clone the Repository: Clone the GSM Simulation Program repository to your local machine using the following command:```bash
git clone
```
* 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:```bash
javac Main.java
```
Run the Program: Once the code is successfully compiled, execute the program using the following command:```bash
java Main
```