Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solomon-77/network-simulation
This is a simple program that simulates centralized and decentralized network structure using SNA model by utilizing networkx.
https://github.com/solomon-77/network-simulation
centralized decentralized modeling-and-simulation network network-simulation networkx python social-network-analysis
Last synced: 28 days ago
JSON representation
This is a simple program that simulates centralized and decentralized network structure using SNA model by utilizing networkx.
- Host: GitHub
- URL: https://github.com/solomon-77/network-simulation
- Owner: Solomon-77
- License: mit
- Created: 2024-04-19T23:21:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T08:12:06.000Z (8 months ago)
- Last Synced: 2024-04-22T09:32:18.255Z (8 months ago)
- Topics: centralized, decentralized, modeling-and-simulation, network, network-simulation, networkx, python, social-network-analysis
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Network Simulation: Centralized vs Decentralized
This Python code simulates the distribution of information in both centralized and decentralized networks using the NetworkX library. It provides a visual comparison of the two network types and demonstrates the differences in how information propagates through each type of network.
## Program Output
![](FIGURE.PNG)
## Usage
1. Install required dependencies: `networkx`, `matplotlib`
2. Run the script: `python network_simulation.py`## License
This project is licensed under the [MIT License](LICENSE).