Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thu-cs-lab/data-link-protocols
数据链路层协议在线模拟器
https://github.com/thu-cs-lab/data-link-protocols
Last synced: about 1 month ago
JSON representation
数据链路层协议在线模拟器
- Host: GitHub
- URL: https://github.com/thu-cs-lab/data-link-protocols
- Owner: thu-cs-lab
- Created: 2023-11-21T14:13:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-19T12:13:28.000Z (about 1 year ago)
- Last Synced: 2024-11-10T00:32:52.960Z (2 months ago)
- Language: TypeScript
- Homepage: https://lab.cs.tsinghua.edu.cn/data-link-protocols/
- Size: 392 KB
- Stars: 7
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 数据链路层协议
为《计算机网络》中出现的数据链路层协议提供一个网页互动版本。
启动:
```shell
npm install
npm start
```