lightning-mpp-simulator

Lightning network channel graph parser and simulator

https://github.com/tud-dud/lightning-mpp-simulator

Science Score: 52.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization tud-dud has institutional domain (tu-dresden.de)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.3%) to scientific vocabulary

Keywords

amp lightning lightning-network mpp performance privacy simulation
Last synced: 6 months ago · JSON representation ·

Repository

Lightning network channel graph parser and simulator

Basic Info
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 0
Topics
amp lightning lightning-network mpp performance privacy simulation
Created over 2 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

lightning-mpp-simulator

MIT CI codecov dependency status

This is a collection of projects related to simulating payments in the Lightning network.

Each subproject contains a detailed description of the project itself along with usage instructions.

graph-diversity

A binary that does computations on the diversity in the LN channel graph.

network-parser

A library to deserialise the channel graphs provided by either LND or lnresearch.

simulator

A library and binary that use the network-parser to read the JSON files and simulate payments in the LN. The library implements routing and payment splitting logic and can be used as follows.

lightning-simulator = {git = "https://github.com/tud-dud/lightning-mpp-simulator"} use simlib::*;

Build

Build all members of the project:

cargo build --release

Simulation results

We maintain interactive charts with simulation results at https://tud-dud.github.io/lightning-mpp-simulator/.

Owner

  • Name: Chair Privacy & Security - TU Dresden
  • Login: tud-dud
  • Kind: organization
  • Location: Germany

Repositories associated with some of our research on privacy and security in distributed systems..

Citation (CITATION.cff)

cff-version: 1.2.0
message: >-
  If you use this software, please cite it using the
  metadata from this file.
title: "On the (Not So) Surprising Impact of Multi-Path Payments on Performance And Privacy in the Lightning Network"
repository-code: 'https://github.com/tud-dud/lightning-mpp-simulator'
type: inproceedings
authors:
  - given-names: Charmaine
    family-names: Ndolo
    affiliation: Humboldt University of Berlin
  - given-names: Florian
    family-names: Tschorsch
    affiliation: Dresden University of Technology
booktitle: "Computer Security. {ESORICS} 2023 International Workshops - CyberICS, DPM, CBT, and SECPRE, The Hague, The Netherlands, September 25-29, 2023, Revised Selected Papers, Part I"
year: 2023
publisher: "Springer"
doi: 10.1007/978-3-031-54204-6_25

GitHub Events

Total
  • Watch event: 3
  • Delete event: 2
  • Issue comment event: 2
  • Push event: 3
  • Pull request event: 7
  • Create event: 5
Last Year
  • Watch event: 3
  • Delete event: 2
  • Issue comment event: 2
  • Push event: 3
  • Pull request event: 7
  • Create event: 5

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 months
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 5
Past Year
  • Issues: 0
  • Pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 months
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 5
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (5)
Top Labels
Issue Labels
Pull Request Labels
dependencies (5) rust (4) github_actions (1)