{"id":49711142,"url":"https://github.com/roastedbeans/5g-network-simulator","last_synced_at":"2026-05-08T14:27:03.358Z","repository":{"id":294804932,"uuid":"969865554","full_name":"roastedbeans/5g-network-simulator","owner":"roastedbeans","description":"A comprehensive web-based 5G network simulator offering interactive visualization of network functions and protocols built with Next.js, HeroUI, D3.js, and Mermaid for engineers, researchers, and students to understand, test, and optimize mobile network performance.","archived":false,"fork":false,"pushed_at":"2026-02-02T01:58:37.000Z","size":592,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-02T11:36:16.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://roaming-ui.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roastedbeans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-21T04:10:50.000Z","updated_at":"2026-02-02T01:58:42.000Z","dependencies_parsed_at":"2025-05-22T06:38:26.178Z","dependency_job_id":null,"html_url":"https://github.com/roastedbeans/5g-network-simulator","commit_stats":null,"previous_names":["roastedbeans/5g-network-simulator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roastedbeans/5g-network-simulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roastedbeans%2F5g-network-simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roastedbeans%2F5g-network-simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roastedbeans%2F5g-network-simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roastedbeans%2F5g-network-simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roastedbeans","download_url":"https://codeload.github.com/roastedbeans/5g-network-simulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roastedbeans%2F5g-network-simulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32783965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-08T14:27:02.491Z","updated_at":"2026-05-08T14:27:03.350Z","avatar_url":"https://github.com/roastedbeans.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 5G Network Simulator\n\nA comprehensive visualization and simulation tool for 5G network architecture, protocols, and security mechanisms.\n\n## Features\n\n- **Network Visualization**: Interactive visualization of 5G network functions and their connections using D3.js\n- **Protocol Simulation**: Simulate key 5G protocols including authentication and session establishment\n- **Security Analysis**: Analyze and understand 5G security mechanisms and key hierarchies\n- **Real-time Messaging**: Visualize message passing between network functions\n\n## Tech Stack\n\n- **Frontend**: Next.js (App Router), TypeScript, TailwindCSS\n- **Visualization**: D3.js for network visualization, Mermaid for protocol diagrams\n- **Database**: MongoDB/Mongoose for data persistence\n- **Backend**: RESTful APIs built with Next.js API routes\n\n## Project Structure\n\n```\n5g-simulator/\n├── src/\n│   ├── app/              # Next.js app router\n│   ├── components/       # Reusable UI components\n│   │   ├── network/      # Network visualization components\n│   │   ├── protocol/     # Protocol visualization components\n│   │   └── ui/           # General UI components\n│   ├── hooks/            # Custom React hooks\n│   ├── lib/              # Utility functions and shared code\n│   ├── models/           # MongoDB schema definitions\n│   ├── services/         # Business logic and API integrations\n│   │   ├── simulator/    # 5G network simulation services\n│   │   └── security/     # Security protocol services\n│   └── types/            # TypeScript type definitions\n└── public/               # Static assets\n```\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+\n- npm or yarn\n- MongoDB (optional for full functionality)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your-username/5g-simulator.git\n   cd 5g-simulator\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Run the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.\n\n## Simulated 5G Protocols\n\nThe simulator demonstrates several key 5G protocols:\n\n1. **5G-AKA Authentication**: The authentication flow between UE, AMF, AUSF, and UDM\n2. **PDU Session Establishment**: The process of establishing a session between UE, AMF, SMF, and UPF\n3. **Registration Procedure**: The registration flow for a UE connecting to the network\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- 3GPP specifications for 5G architecture\n- Open5GS project for reference implementation\n- The Next.js and React communities for excellent tools and libraries\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froastedbeans%2F5g-network-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froastedbeans%2F5g-network-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froastedbeans%2F5g-network-simulator/lists"}