https://github.com/thu-cs-lab/data-link-protocols
数据链路层协议在线模拟器
https://github.com/thu-cs-lab/data-link-protocols
Last synced: 22 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-19T12:13:28.000Z (over 1 year ago)
- Last Synced: 2025-03-24T21:51:08.836Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://lab.cs.tsinghua.edu.cn/data-link-protocols/
- Size: 392 KB
- Stars: 9
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 数据链路层协议
为《计算机网络》中出现的数据链路层协议提供一个网页互动版本。
启动:
```shell
npm install
npm start
```