Skip to content

Commit

Permalink
Add top level readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bacv committed Dec 3, 2024
1 parent 2460174 commit 0eaabca
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Nomos Simulations

This repository contains simulations related to the specifications and implementation of the Nomos Node.

## Directories

### [`simlib/netrunner`](./simlib/netrunner)
A generic simulations library used for analyzing network latency and bandwidth in Nomos-related systems.

### [`simlib/blendnet-sims`](./simlib/blendnet-sims)
Simulations focusing on latency, bandwidth, and anonymity in large networks of nodes. These simulations aim to evaluate and optimize network behavior in distributed systems.

### [`simlib/blendnet-sims/scripts`](./simlib/blendnet-sims/scripts)
A collection of scripts for analyzing results from Blendnet simulations. These tools assist in processing simulation data and generating insights.

### [`deprecated/mixnet-v1`](./deprecated/mixnet-v1)
Contains simulations and analyses for the Mixnet V1 specification, now deprecated. These files are preserved for reference and historical purposes.

### [`deprecated/node-carnot`](./deprecated/node-carnot)
Simulations and analyses for the Carnot consensus protocol, which are also deprecated. These files provide insights into earlier implementations and their limitations.

2 changes: 1 addition & 1 deletion simlib/blendnet-sims/scripts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nomos Blend Simulation Result Analysis

First of all, run the Nomos Blend simulation by following the [instruction](../simlib/mixnet-sims/).
First of all, run the Nomos Blend simulation by following the [instruction](../simlib/blendnet-sims/).

## Latency Analysis

Expand Down

0 comments on commit 0eaabca

Please sign in to comment.