{"id":22041779,"url":"https://github.com/dspearson/phlegyas","last_synced_at":"2025-05-08T00:45:07.504Z","repository":{"id":62434271,"uuid":"179361959","full_name":"dspearson/phlegyas","owner":"dspearson","description":"phlegyas: an implementation of 9P2000 in Clojure.","archived":false,"fork":false,"pushed_at":"2023-06-05T19:31:32.000Z","size":217,"stargazers_count":14,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-08T00:44:36.152Z","etag":null,"topics":["9p","9p2000","clojure","styx"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dspearson.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":"2019-04-03T20:06:06.000Z","updated_at":"2023-12-07T10:25:00.000Z","dependencies_parsed_at":"2022-11-01T21:16:11.719Z","dependency_job_id":null,"html_url":"https://github.com/dspearson/phlegyas","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dspearson%2Fphlegyas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dspearson%2Fphlegyas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dspearson%2Fphlegyas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dspearson%2Fphlegyas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dspearson","download_url":"https://codeload.github.com/dspearson/phlegyas/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252978680,"owners_count":21834913,"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":["9p","9p2000","clojure","styx"],"created_at":"2024-11-30T12:09:13.108Z","updated_at":"2025-05-08T00:45:07.475Z","avatar_url":"https://github.com/dspearson.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plan 9 Filesystem Protocol, as implemented in Clojure.\n\n[![Build Status](https://travis-ci.org/dspearson/phlegyas.svg?branch=master)](https://travis-ci.org/dspearson/phlegyas)\n\n```clj\n[phlegyas \"0.1.8\"]\n```\n\nThe vast majority of the protocol-level documentation was sourced from the wonderful [Plan 9 from User Space](https://9fans.github.io/plan9port/man/man9/) project.\n\nI have copied the test resources from [droyo's styx package](https://github.com/droyo/styx/), credit due for making it available.\n\nRun `lein test` to verify things work as they should. Currently, 100% of the provided framedumps are successfully handled, hopefully indicating that this is fully up to spec.\n\nNote the field names in `types.clj`. The `assemble-packet` function will take a map of these and create a byte-array for you. `disassemble-packet` will do the reverse.\n\n### Notes\n\nAn example server is available (see the `phlegyas.server` namespace).\n\nClient routines are also available (see the `phlegyas.client` namespace).\n\nFor testing, build [plan9port](https://9fans.github.io/plan9port/) (will require compilers \u0026 development headers):\n\n`git clone https://github.com/9fans/plan9port.git \u0026\u0026 cd plan9port \u0026\u0026 ./INSTALL`\n\nOr, alternatively, if you have _Docker_ installed, [there is a project](https://github.com/dspearson/plan9port-docker) that will do this for you inside a container, so you don't have to touch your base system.\n\nThen, run the built 9P FUSE client, e.g.:\n\n`9pfuse -D 'tcp!localhost!10001' mountpoint`\n\nThe example VFS layer will create a single filesystem for attaching, and some example files within, with both dynamic and static content (see the `phlegyas.vfs` namespace).\n\n### TODO\n\nAuthentication is not yet supported. The example VFS is rudimentary and leaves room for improvement.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdspearson%2Fphlegyas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdspearson%2Fphlegyas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdspearson%2Fphlegyas/lists"}