-
-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Merge pull request #1251 from svinota/p9-plan9-docs
docs: basic plan9 9p2000 server & client Bug-Url: #1251
- Loading branch information
Showing
10 changed files
with
307 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ Usage | |
asyncio | ||
iproute | ||
ndb | ||
plan9 | ||
wiset | ||
ipset | ||
netns | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.. _plan9: | ||
|
||
.. testsetup:: | ||
|
||
import asyncio | ||
|
||
from pyroute2.plan9.server import Plan9ServerSocket | ||
from pyroute2.plan9.client import Plan9ClientSocket | ||
|
||
|
||
Plan9 9p2000 protocol | ||
===================== | ||
|
||
The library provides basic asynchronous 9p2000 implementation. | ||
|
||
.. autoclass:: pyroute2.plan9.server.Plan9ServerSocket | ||
:members: | ||
|
||
.. autoclass:: pyroute2.plan9.client.Plan9ClientSocket | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.