{"id":19038602,"url":"https://github.com/garyhtou/simple-network-file-system","last_synced_at":"2025-04-23T19:47:00.417Z","repository":{"id":43046752,"uuid":"462921103","full_name":"garyhtou/Simple-Network-File-System","owner":"garyhtou","description":"A simple client-server Network File System (NFS) over a simulated block-level disk.","archived":false,"fork":false,"pushed_at":"2022-03-21T23:44:39.000Z","size":940,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-18T04:54:26.062Z","etag":null,"topics":["client-server","cpsc3500","disk","file-system","network-file-system","nfs"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/garyhtou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-23T22:04:39.000Z","updated_at":"2025-03-12T09:07:59.000Z","dependencies_parsed_at":"2022-09-18T11:10:35.572Z","dependency_job_id":null,"html_url":"https://github.com/garyhtou/Simple-Network-File-System","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyhtou%2FSimple-Network-File-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyhtou%2FSimple-Network-File-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyhtou%2FSimple-Network-File-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyhtou%2FSimple-Network-File-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garyhtou","download_url":"https://codeload.github.com/garyhtou/Simple-Network-File-System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250503163,"owners_count":21441378,"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","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":["client-server","cpsc3500","disk","file-system","network-file-system","nfs"],"created_at":"2024-11-08T22:04:10.109Z","updated_at":"2025-04-23T19:47:00.374Z","avatar_url":"https://github.com/garyhtou.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📂 Simple Network File System\n\n## About\n\nThis **client-server network file system** is built on top of a provided virtual\ndisk featuring an **indexed block allocation** approach. The disk includes a\n**Superblock**, **Free block bitmap**, **Inodes** (for files and directories),\nand **Datablocks**. The client and server communicate over a **persistent TCP\nconnection**.\n\n### Supported commands\n\n- `ls`: List the contents of the current directory\n- `cd \u003cdirectory\u003e`: Change to a specified directory\n- `home`: Switch to the home (root) directory (similar to `cd /` in Unix)\n- `rmdir \u003cdirectory\u003e`: Remove a directory. The directory must be empty\n- `create \u003cfilename\u003e`: Create an empty file\n- `append \u003cfilename\u003e \u003cdata\u003e`: Append data to an existing file\n- `stat \u003cname\u003e`: Display information for a given file or directory\n- `cat \u003cfilename\u003e`: Display the contents of a file\n- `head \u003cfilename\u003e \u003cn\u003e`: Display the first `n` bytes of the file\n- `rm \u003cfilename\u003e`: Remove a file\n\n\u003csub\u003eMore information can be found [here](/assignment/Project4_NFS.pdf).\u003c/sub\u003e\n\n## Meet The Team\n\n**Gary Tou** ([@garyhtou](https://github.com/garyhtou))\n\n- Creating and connecting TCP socket (Shell)\n- Executing commands (Shell)\n- home, append, rm (FileSys)\n- Receiving messages for Client (Helper)\n- Object Orientated wrapped classes for the BasicFileSys ([WrappedFileSys](/src/WrappedFileSys.h))\n\n**Harry Rudolph** ([@hankrud](https://github.com/HankRud))\n\n- Parsing the command line (Shell)\n- Formatting and outputting command messages (Shell)\n- mkdir, cd, stat, rmdir in (FileSys)\n- Receiving messages for Server (Helper)\n- Message formatting\n\n**Castel Villalobos** ([@impropernoun](https://github.com/impropernoun))\n\n- Remote procedure call commands (Shell)\n- ls, create, head, cat (FileSys)\n- Parsing and executing (server)\n- Sending messages (Helper)\n- Error Handling\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaryhtou%2Fsimple-network-file-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaryhtou%2Fsimple-network-file-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaryhtou%2Fsimple-network-file-system/lists"}