{"id":37112340,"url":"https://github.com/danalex97/speer","last_synced_at":"2026-01-14T13:17:34.367Z","repository":{"id":57520110,"uuid":"118190063","full_name":"danalex97/Speer","owner":"danalex97","description":"A network discrete event simulator for peer-to-peer network modeling. ","archived":false,"fork":false,"pushed_at":"2019-09-01T17:57:58.000Z","size":906,"stargazers_count":14,"open_issues_count":4,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-20T12:02:14.145Z","etag":null,"topics":["network-simulator","p2p","p2p-network","peer-to-peer","simulator"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danalex97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-19T23:29:27.000Z","updated_at":"2024-02-20T19:34:15.000Z","dependencies_parsed_at":"2022-09-05T09:41:33.386Z","dependency_job_id":null,"html_url":"https://github.com/danalex97/Speer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/danalex97/Speer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danalex97%2FSpeer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danalex97%2FSpeer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danalex97%2FSpeer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danalex97%2FSpeer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danalex97","download_url":"https://codeload.github.com/danalex97/Speer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danalex97%2FSpeer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"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":["network-simulator","p2p","p2p-network","peer-to-peer","simulator"],"created_at":"2026-01-14T13:17:33.649Z","updated_at":"2026-01-14T13:17:34.348Z","avatar_url":"https://github.com/danalex97.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"docs/pics/logo.png\" width=\"300\"\u003e\n\n[![Build Status](https://travis-ci.org/danalex97/Speer.svg?branch=master)](https://travis-ci.org/danalex97/Speer) [![Coverage Status](https://coveralls.io/repos/github/danalex97/Speer/badge.svg?branch=master)](https://coveralls.io/github/danalex97/Speer?branch=master)\n[![GoDoc](https://godoc.org/github.com/danalex97/Speer?status.png)](https://godoc.org/github.com/danalex97/Speer)\n\n\nA discrete event **S**imulator for **peer**-to-peer network modeling. **Speer is made for students, researchers and hobbyists.** It's goal is to allow\nthem to easily implement, simulate and study peer to peer networks.\n\nIt combines event-driven simulations with cycle-based concepts and allows parallelization by taking advantage of Go’s concurrency features.\n\n## Quickstart\n\nAfter getting **Golang \u003e= 1.6** and setting **$GOPATH**, install Speer via:\n```\ncurl https://raw.githubusercontent.com/danalex97/Speer/master/install.sh | bash\n```\n\nNow, you can run a simulation from a JSON configuration as follows:\n```\nspeer -config=[path_to_configuration]\n```\n\nThe see the options provided by `speer.go` run:\n```\nspeer -h\n```\n\nYou can run the default example in `examples/broadcast.go` via the command:\n```\nspeer\n```\n\n## Table of contents\n\n- [Motivation \u0026 FAQ](docs/motivation.md)\n- [Architecture](docs/architecture.md)\n  - [Event simulator](docs/events.md)\n  - [Latency](docs/latency.md)\n  - [Capacity](docs/capacity.md)\n  - [Optimizations](docs/optimizations.md)\n- User guide\n  - [Interfaces](docs/interfaces.md)\n  - [Examples](docs/examples.md)\n  - [Running a simulation](docs/running.md)\n\n## How to contribute\n\n- [Contribution guide](.github/CONTRIBUTING.md)\n- [Roadmap](docs/roadmap.md)\n\n## Projects using Speer\n\n- [CacheTorrent](https://github.com/danalex97/nfsTorrent) - is a file sharing system based on leader election, caches and indirect requests\n\n\u003cimg src=\"https://raw.githubusercontent.com/danalex97/nfsTorrent/master/docs/pics/cache.png\" width=\"500\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanalex97%2Fspeer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanalex97%2Fspeer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanalex97%2Fspeer/lists"}