Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-9p

A curated list of awesome 9p(2000)-related documents, libraries, and software
https://github.com/henesy/awesome-9p

Last synced: 4 days ago
JSON representation

  • Libraries

    • C

    • C#

    • Go

      • styx - Droyo's library focusing on 9p2000 servers
      • go-p9p - Docker's performant 9p2000 library
      • go9p - 9P2000 implementation in Go
      • ninep - Package for implementing 9p2000 clients and servers
      • go-p9p - Docker's performant 9p2000 library
    • Haskell

    • Python

      • space9 - Simple 9p2000 library
    • Rust

      • rust-9p - Rust library for 9p2000.L
      • rs9p - Rust crate for 9p2000.L
    • Scheme

    • Ruby

    • Lua

      • libstyx2 - C/Lua 9p2000 library based on libstyx
  • Servers

    • Go

      • jobd - Cron as a file system
      • ghfs - Represent GitHub as a file system
    • Plan9

      • hammer2fs - Implementation of the hammer2 filesystem
      • archfs - Mount mkfs(8)-style archive
      • bzfs - Bunzip2 archives
      • cdfs - CD (.iso)
      • cifs - Mount Microsoft™ SMB/CIFS shares
      • consolefs - Serial console access
      • factotum - Authentication agent (key storage)
    • Learning

      • jsonfs - JSON as a fs
      • semfs - Semaphores as a fs by Nemo
      • asemfs - Semaphores as a fs by Nemo with authentication support
      • simplefs - Demonstrative fs that's a reduction of the framework shown in semfs by Nemo
      • bankfs - Demonstrative fs which features gross abuse of the [9pfile(2)](http://man.cat-v.org/9front/2/9pfile) library
      • ramfs (lib9p) - Not to be confused with ramfs(4)
    • Windows

      • ninefs - A 9p file system for windows using dokan
    • C

      • dawfs - A DAW as a file system
  • Clients

    • C

      • 9mount - Mount 9p filesystems (no FUSE)
      • 9pfuse - Mount 9p file systems through FUSE
      • 9p(1) - Plan9Port's 9p(1) command for interacting with 9p file systems
  • Resources

  • Implementations

    • Python

      • 9p2000.L - 9p2000.L Linux kernel module