{"id":21456159,"url":"https://github.com/cworld1/cn-learning","last_synced_at":"2026-01-22T05:05:20.891Z","repository":{"id":161488089,"uuid":"617889526","full_name":"cworld1/cn-learning","owner":"cworld1","description":"Some notes and code about CWorld learning Computer Network. Match with the book: Computer Network: A Top-down Approach","archived":false,"fork":false,"pushed_at":"2025-11-07T14:17:07.000Z","size":48050,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-07T16:14:51.083Z","etag":null,"topics":["computer-networks","learning","notes","vuepress"],"latest_commit_sha":null,"homepage":"https://cworld1.github.io/cn-learning/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cworld1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-23T10:23:45.000Z","updated_at":"2025-11-07T14:16:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"beb4c810-edc4-41db-b0df-096572d8a713","html_url":"https://github.com/cworld1/cn-learning","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cworld1/cn-learning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Fcn-learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Fcn-learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Fcn-learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Fcn-learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cworld1","download_url":"https://codeload.github.com/cworld1/cn-learning/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Fcn-learning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28655103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-networks","learning","notes","vuepress"],"created_at":"2024-11-23T05:14:37.261Z","updated_at":"2026-01-22T05:05:20.886Z","avatar_url":"https://github.com/cworld1.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Computer Network Learning\n\n[![GitHub stars](https://img.shields.io/github/stars/cworld1/cn-learning?style=flat-square)](https://github.com/cworld1/cn-learning/stargazers)\n[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/cworld1/cn-learning?label=commits\u0026style=flat-square)](https://github.com/cworld1/cn-learning/commits)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/cworld1/cn-learning/.github/workflows/build-deploy.yml?branch=main\u0026style=flat-square)](https://github.com/cworld1/cn-learning/actions/workflows/build-deploy.yml)\n[![GitHub license](https://img.shields.io/github/license/cworld1/cn-learning?style=flat-square)](https://github.com/cworld1/cn-learning/blob/main/LICENSE)\n\nSome notes and code about CWorld learning Computer Network.\n\n[Get Started 前往阅读 →](https://cn.cworld.top/)\n\nOr you can get [PDF file](https://cn.cworld.top/cn-learning.pdf) automaticly generated by github actions.\n\n## Local Development\n\nEnvironment requirements:\n\n- [Node.js](https://nodejs.org) 16.14.0+\n\n### 1. Enable corepack \u0026 pnpm\n\n\u003e If your Node.js version is lower than 16.13.0，Please install [corepack](https://nodejs.org/api/corepack.html) first.\n\u003e\n\u003e ```shell\n\u003e npm install -g corepack\n\u003e ```\n\n```shell\ncorepack enable\ncorepack prepare pnpm@latest --activate\n```\n\n### 2. Clone the repository\n\n```shell\ngit clone https://github.com/cworld1/cn-learning.git\ncd cn-learning\n```\n\n### 2. Install dependencies\n\n```shell\npnpm install\n```\n\n### 3. Start the development server\n\n```shell\npnpm dev\n```\n\nThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.\n\n### 4. Some useful commands\n\n`pnpm build`\nBundles your website into static files for production.\n\n## Contributions\n\nAs the author is only a beginner in learning Computer Network, there are obvious mistakes in his notes. Readers are also invited to make a lot of mistakes. In addition, you are welcome to use PR or Issues to improve them.\n\n## Thanks\n\nSome of the electronic textbooks have helped the author a lot in his studies, and without them, this notebook would not have been possible. I would like to express my gratitude to the original authors of these materials. If you have any doubts about this project, you can also read the following textbooks carefully to remedy them.\n\n- [STATS 201 : Computer Network](https://courseoutline.auckland.ac.nz/dco/course/STATS/201/1215)\n- [college_assignment/计算机网络 · GitHub](https://github.com/A-BigTree/college_assignment/blob/main/learning_Notes/计算机网络.md#56-icmp因特网控制报文协议)\n- [笔记-计算机网络-自顶向下 | FEZ 的博客](https://toby-fish.github.io/2021/11/22/笔记-计算机网络-自顶向下/)\n- [中科大郑烇、杨坚《计算机网络》课程 学习笔记-CSDN 博客](https://blog.csdn.net/qq_53111905/category_11228995.html)\n- [Jim Kurose (author’s website of Computer Networking: a Top Down Approach (P)](http://gaia.cs.umass.edu/kurose_ross/index.php)\n\n## License\n\nThis project is licensed under the GPL 3.0 License.\n\n[![Creative Commons](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en)\n\nThis documention is admitted by [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](http://creativecommons.org/licenses/by-nc-sa/4.0/).\n\n\u003e **Note** This website is built using [Vuepress Next](https://github.com/vuepress/vuepress-next), a [Vuejs](https://vuejs.org) static website generator.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcworld1%2Fcn-learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcworld1%2Fcn-learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcworld1%2Fcn-learning/lists"}