https://github.com/dineshpinto/gossip-protocol-go

Simulating a gossip protocol with Byzantine nodes in Go

https://github.com/dineshpinto/gossip-protocol-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
Last synced: 4 months ago · JSON representation

Repository

Simulating a gossip protocol with Byzantine nodes in Go

Basic Info
  • Host: GitHub
  • Owner: dineshpinto
  • License: mit
  • Language: Go
  • Default Branch: main
  • Homepage:
  • Size: 37.1 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

codecov Go

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

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
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 7.8%
Average: 8.3%
Dependent repos count: 8.8%
Last synced: 10 months ago

Dependencies

go.mod go
.github/workflows/go.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v4 composite
  • codecov/codecov-action v3 composite