https://github.com/bioforestchain/net-mesh-simulator
https://github.com/bioforestchain/net-mesh-simulator
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bioforestchain/net-mesh-simulator
- Owner: BioforestChain
- Created: 2021-07-21T14:12:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T03:00:08.000Z (over 4 years ago)
- Last Synced: 2025-03-26T12:51:11.450Z (11 months ago)
- Language: TypeScript
- Homepage: https://bioforestchain.github.io/net-mesh-simulator/www/
- Size: 1.61 MB
- Stars: 0
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)