{"id":20638253,"url":"https://github.com/naiithink/pastree","last_synced_at":"2026-03-09T17:38:00.065Z","repository":{"id":220736856,"uuid":"752391307","full_name":"naiithink/pastree","owner":"naiithink","description":"Pastree – The Directory Pastebin","archived":false,"fork":false,"pushed_at":"2024-02-16T00:43:36.000Z","size":1322,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-09T01:29:12.132Z","etag":null,"topics":["custom-protocols","directory-transfer","dxp","pastebin-services","student-projects"],"latest_commit_sha":null,"homepage":"","language":null,"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/naiithink.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}},"created_at":"2024-02-03T19:43:47.000Z","updated_at":"2024-02-04T14:24:49.000Z","dependencies_parsed_at":"2024-11-16T15:17:34.639Z","dependency_job_id":"b5145aec-1b32-49d5-884f-002c25bf15eb","html_url":"https://github.com/naiithink/pastree","commit_stats":null,"previous_names":["naiithink/pastree"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/naiithink/pastree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naiithink%2Fpastree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naiithink%2Fpastree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naiithink%2Fpastree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naiithink%2Fpastree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naiithink","download_url":"https://codeload.github.com/naiithink/pastree/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naiithink%2Fpastree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30304794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T17:35:44.120Z","status":"ssl_error","status_checked_at":"2026-03-09T17:35:43.707Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["custom-protocols","directory-transfer","dxp","pastebin-services","student-projects"],"created_at":"2024-11-16T15:17:27.964Z","updated_at":"2026-03-09T17:38:00.034Z","avatar_url":"https://github.com/naiithink.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pastree\n\n**Pastree** is a client-server based directory storing and sharing service\n(directory pastebin) written in C and Python.\n\n\u003e [!NOTE]  \n\u003e This is a student project, **but contributions are welcomed**!  \n\u003e 01418351: Computer Communications and Cloud Computing Principles\n\nPastree uses the **Directory Exchange Protocol (DXP)** for reading,\nexchanging, and forming directory trees between hosts.\n\n## Student Author\n\n**Potsawat Thinkanwatthana**  \nB.S. in Computer Science  \nKasetsart University, Bangkok, Thailand.\n\n## Repositories\n\nThere are two repositories:\n\n- Pastree Server \u003chttps://github.com/naiithink/pastree-server\u003e\n- Pastree Client \u003chttps://github.com/naiithink/pastree-client\u003e\n\n## **Directory Exchange Protocol (DXP)**\n\nDXP Repository: [github.com/naiithink/dxp](https://github.com/naiithink/dxp)\n\n## Source Code\n\nSome of the code and concepts are based on my \"trials and errors\" and side projects.\n\n### DXP Library Draft\n\n[github.com/naiithink/dxp/ab380e8: /lib/](https://github.com/naiithink/dxp/tree/ab380e8e7c7c408f940f3b14cdd1a055ab6cb6cf/lib)\n\n### Network Programming and Basic Security Concepts\n\n- [\"Casting malloc,\" cprogramming.com](https://faq.cprogramming.com/cgi-bin/smartfaq.cgi?answer=1047673478\u0026id=1043284351)\n- [Isam, Mohammed, \"Let's Build a Linux Shell [Part I],\" hackernoon.com](https://hackernoon.com/lets-build-a-linux-shell-part-i-bz3n3vg1)\n- [github.com/naiithink/ku-bs-cs/main: /Y1-02/01418113/](https://github.com/naiithink/ku-bs-cs/tree/main/Y1-02/01418113)\n- [github.com/naiithink/learn](https://github.com/naiithink/learn/)\n    - [learn-cc: /src/sockets](https://github.com/naiithink/learn/tree/learn-cc/src/sockets)\n    - [main: /learn/c/](https://github.com/naiithink/learn/tree/main/learn/c)\n    - [main: /learn/compilation/c/](https://github.com/naiithink/learn/tree/main/learn/compilation/c)\n    - [main: /learn/cs/network/](https://github.com/naiithink/learn/tree/main/learn/cs/network)\n    - [main: /learn/cs50/c/](https://github.com/naiithink/learn/tree/main/learn/cs50/c)\n    - [main: /learn/cython/](https://github.com/naiithink/learn/tree/main/learn/cython)\n    - [main: /learn/dev/](https://github.com/naiithink/learn/tree/main/learn/dev)\n    - [main: /learn/execution/c/](https://github.com/naiithink/learn/tree/main/learn/execution/c)\n    - [main: /learn/forking/](https://github.com/naiithink/learn/tree/main/learn/forking)\n    - [main: /security/c/](https://github.com/naiithink/learn/tree/main/security/c)\n    - [main: /zlambda/C/](https://github.com/naiithink/learn/tree/main/zlambda/C)\n\n### Tree Traversal\n\n[github.com/naiithink/try-xml](https://github.com/naiithink/try-xml)\n\n### Command Line Interface\n\n- [github.com/naiithink/learn](https://github.com/naiithink/learn/)\n    - [main: /playgrounds/yep/](https://github.com/naiithink/learn/tree/main/playgrounds/yep)\n    - [main: /playgrounds/legacy-yep/](https://github.com/naiithink/learn/tree/main/playgrounds/legacy-yep)\n- [github.com/naiithink/try-glab-cicd](https://github.com/naiithink/try-glab-cicd)\n\n## Huge Thanks to:\n\n- [CS50 2022](https://cs50.harvard.edu/x/2021/)\n- [youtube.com/@JacobSorber](https://www.youtube.com/@JacobSorber)\n\n## Contributing\n\nAlthough this is a student project, **any contribution is appreciated**.\n\n## License\n\nCode is under the [MIT License](LICENSE).\nDocumentation is under the [Creative Commons Attribution license](https://creativecommons.org/licenses/by/4.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaiithink%2Fpastree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaiithink%2Fpastree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaiithink%2Fpastree/lists"}