This codebase contains a proof-of-concept implementation of the ASMesh protocol introduced in the paper "ASMesh: Anonymous and Secure Messaging in Mesh Networks Using Stronger, Anonymous Double Ratchet."
Implementation of the protocol as a JavaScript library.
Files:
main.js: measuring performance of the implementationdemo.js: demo showing how to use the library- other files: library source codes
Simulation of the protocol in mesh networks.
Files:
main.js: measuring performance in simulated mesh networksindex.html: GUI frontend with similar functionalities tomain.js- other files: simulation source codes
Files:
plot.py,plot-mem.py: plotting data inout/, generated bysrc/meshnet/main.js