An open API service indexing awesome lists of open source software.

https://github.com/bioforestchain/net-mesh-simulator


https://github.com/bioforestchain/net-mesh-simulator

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 节点网络工具

> 提供一系列关于 BFChain 去中心网络开发相关的工具

### 效率模拟器

1. 算法协议的类型定义参考:[src/matrix/@types.ts](./src/matrix/%40types.ts#L17~L40)
1. 这是最愚笨的算法(线性广播)实现,仅供参考:[src/matrix/linear.mb.ts](./src/matrix/linear.mb.ts)
1. 自定义的算法方法如何在页面中测试?参考写法: [src/views/matrixBuilder.ts](./src/views/matrixBuilder.ts)