Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).