Repository for nomos node simulation configuration and results
Go to file
Youngjoon Lee 8529f425b4
feat(blend): add logs for queue releases
2024-12-20 12:04:57 +09:00
.github/workflows refactor(blendnet): rename mix to blend (#63) 2024-12-13 13:31:28 +09:00
deprecated Deprecate mixnet v1 component simulations (#57) 2024-12-03 20:39:46 +09:00
simlib feat(blend): add logs for queue releases 2024-12-20 12:04:57 +09:00
.gitignore Implement message parser and average latency calculator. (#38) 2024-11-09 11:54:10 +09:00
README.md Add top level readme (#59) 2024-12-03 14:12:47 +02:00

README.md

Nomos Simulations

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

Directories

simlib/netrunner

A generic simulations library used for analyzing network latency and bandwidth in Nomos-related systems.

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

A collection of scripts for analyzing results from Blendnet simulations. These tools assist in processing simulation data and generating insights.

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

Simulations and analyses for the Carnot consensus protocol, which are also deprecated. These files provide insights into earlier implementations and their limitations.