https://github.com/dineshpinto/gossip-protocol-go
Simulating a gossip protocol with Byzantine nodes in Go
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.6%) to scientific vocabulary
Repository
Simulating a gossip protocol with Byzantine nodes in Go
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
gossip-protocol-go
A synchronous gossip protocol with Byzantine nodes implemented in Golang.
Installation
bash
go get -u github.com/dineshpinto/gossip-protocol-go
Run
bash
go run main.go
Benchmark
bash
go test -bench=. -run=^# -benchtime=50x ./...
| Param | Value | |-----------------|-------| | numnonsample | 1000 | | numhonest | 6 | | numadversarial | 4 | | num_peers | 6 | | cycles | 200 |
goos: darwin
goarch: arm64
BenchmarkCreateNodes-8 50 160448 ns/op
BenchmarkConnectNodesToRandomPeers-8 50 6141139 ns/op
BenchmarkEvolveState-8 50 1424933124 ns/op
Owner
- Name: Dinesh Pinto
- Login: dineshpinto
- Kind: user
- Location: Switzerland/Germany
- Website: dineshpinto.github.io
- Twitter: dineshkpinto
- Repositories: 6
- Profile: https://github.com/dineshpinto
quantum info PhD student @ EPFL, pythonista & rustacean
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 0
proxy.golang.org: github.com/dineshpinto/gossip-protocol-go
- Homepage: https://github.com/dineshpinto/gossip-protocol-go
- Documentation: https://pkg.go.dev/github.com/dineshpinto/gossip-protocol-go#section-documentation
- License: MIT
Rankings
Dependencies
- actions/checkout v3 composite
- actions/setup-go v4 composite
- codecov/codecov-action v3 composite