Skip to content
/ ninep Public

Package ninep serves network filesystems using the 9P2000.L protocol.

License

Notifications You must be signed in to change notification settings

azmodb/ninep

Repository files navigation

NINEP

GoDoc Build Status

Package ninep serves network filesystems using the 9P2000.L protocol. The package provides types and routines for implementing 9P2000.L servers and clients.

WARNING: This software is new, experimental, and under heavy development. The documentation is lacking, if any. There are almost no tests. The APIs and source code layout can change in any moment. Do not trust it. Use it at your own risk.A

You have been warned

References

  • 9P2000.L protocol overview
  • VirtFS -- A virtualization aware File System pass-through, Jujjuri et al, 2010.
  • Plan 9 from Bell Labs - Section 5 - Plan 9 File Protocol, 9P, Plan 9 Manual, 4nd edition, 2002.
  • v9fs: Plan 9 Resource Sharing for Linux
  • Plan 9 Remote Resource Protocol Unix Extension experimental-draft-9P2000-unix-extension, Van Hensbergen, 2009.

Authors

See list of CONTRIBUTORS who participated in this project.

License

This project is licensed under the ISC license - see the LICENSE file for details.

About

Package ninep serves network filesystems using the 9P2000.L protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages