{"id":13775906,"url":"https://github.com/jiang-xuan/deepinss","last_synced_at":"2025-07-24T14:19:01.405Z","repository":{"id":27546423,"uuid":"113963579","full_name":"Jiang-Xuan/deepinss","owner":"Jiang-Xuan","description":"Deep in shadowsocks. ","archived":false,"fork":false,"pushed_at":"2023-04-19T16:13:12.000Z","size":634,"stargazers_count":64,"open_issues_count":12,"forks_count":10,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-11T08:36:12.668Z","etag":null,"topics":["python","shadowsocks","shadowsocks-study","socket"],"latest_commit_sha":null,"homepage":"https://jiang-xuan.github.io/deepinss/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jiang-Xuan.png","metadata":{"files":{"readme":"README-zh_CN.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}},"created_at":"2017-12-12T08:25:57.000Z","updated_at":"2023-07-18T20:06:55.000Z","dependencies_parsed_at":"2024-01-28T03:24:34.122Z","dependency_job_id":null,"html_url":"https://github.com/Jiang-Xuan/deepinss","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Jiang-Xuan/deepinss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jiang-Xuan%2Fdeepinss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jiang-Xuan%2Fdeepinss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jiang-Xuan%2Fdeepinss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jiang-Xuan%2Fdeepinss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jiang-Xuan","download_url":"https://codeload.github.com/Jiang-Xuan/deepinss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jiang-Xuan%2Fdeepinss/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266854944,"owners_count":23995491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"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":["python","shadowsocks","shadowsocks-study","socket"],"created_at":"2024-08-03T17:01:54.154Z","updated_at":"2025-07-24T14:19:01.362Z","avatar_url":"https://github.com/Jiang-Xuan.png","language":"JavaScript","funding_links":[],"categories":["\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"cb16466a31a167bb61f39e2a4a85f449\"\u003e\u003c/a\u003eShadowsocks"],"readme":"目录\n=======\n\n\u003cul\u003e\n  {% for post in site.posts %}\n    \u003cli\u003e\n      \u003ca href=\".{{ post.url }}\"\u003e{{ post.title }}\u003c/a\u003e\n      \u003c!-- post.url 的链接是 / 根目录 --\u003e\n      \u003c!-- 但是 github.io 是带有 deepinss 前缀的 --\u003e\n      \u003c!-- 所以这里加了个点, 表示相对路径 --\u003e\n    \u003c/li\u003e\n  {% endfor %}\n\u003c/ul\u003e\n\nSSS\n====\n\n[![first-timers-only](https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square)](http://www.firsttimersonly.com/) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Jiang-Xuan/deepinss/blob/master/LICENSE)\n\n解读 shadowsocks 源码\n\n[README in English](README.md)\n\n0.1.0 发布啦! 🎉🎉🎉\n-------------------\n\n开启支持在线的 python 环境🚀.\n\n![online-python-env](./assets/images/online-python-env.png)\n\n介绍\n----\n\n该项目始于 2017.12.13 , 致力于让每个人读懂 shadowsocks 的源码, 项目被命名为 SSS, 理解成 shadowsocks study, 或者是 study shadowsocks 都可.\n\n\n特点\n----\n\n* 覆盖每一行代码\n* 交互式解读代码\n\n![program-exec-flow-chart](./assets/images/program-exec-flow-chart.png)\n\n开发中\n-----\n\n* 在线 centos 环境\n\n行为准则\n-------\n\n* 尊重原创文章\n* 深度解读每一个点\n* 仅仅为探究技术\n\n获取源码\n-------\n\n```shell\ngit clone https://github.com/shadowsocks/shadowsocks.git\n```\n\n克隆下 shadowsocks 主仓库, 该仓库目前有两个分支, **rm**分支的源代码被移除, **master**分支的代码依旧是可用.\n\n致敬\n-----\n\n* [github.io](https://github.io)\n* [Shadowsocks](https://github.com/shadowsocks/shadowsocks)\n\n项目维护者\n--------\n\n* [Jiang Xuan](https://github.com/Jiang-Xuan)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiang-xuan%2Fdeepinss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiang-xuan%2Fdeepinss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiang-xuan%2Fdeepinss/lists"}