9P (protocol) - Wikipedia
en.wikipedia.org
9P (or the Plan 9 Filesystem Protocol or Styx) is a network protocol developed for the Plan 9 from Bell Labs distributed operating system as the means of connecting the components of a Plan 9 system.
A sane distributed file system
9p.cat-v.org
9P is a network protocol developed at Bell Labs for the Plan 9 from Bell Labs distributed operating system as the means of accessing and manipulating resources and applications transparently in a distributed environment. 9P works both as a distributed file system and as a network transparent and language agnostic ‘API’.
9P Specification, Papers, and Other Documents
9p.cat-v.org
There are various papers that cover the design of 9P file system interfaces and explain some of the usual (an unusual) usages of 9P in distributed and other environments:
ULEFONE Note 9p 4/64 Gb Siyah - Fiyatı, Yorumları - Trendyol
www.trendyol.com
Son derece optimum düzey özelliklere sahip olan Ulefone Note 9P, ekonomik fiyatı ve ergonomik kullanım alanıyla beğeni toplar. Bu model, 64GB dahili hafızaya sahip olması sayesinde fotoğraf, video ve müzikleri rahatlıkla depolar.
intro (9P) - Plan 9 from User Space - GitHub Pages
9fans.github.io
The Plan 9 File Protocol, 9P, is used for messages between clients and servers. A client transmits requests (T-messages) to a server, which subsequently returns replies (R-messages) to the client.