https://github.com/fhs/mux9p
Go package for multiplexing a 9P service
https://github.com/fhs/mux9p
9p go golang network plan9 protocol
Last synced: 21 days ago
JSON representation
Go package for multiplexing a 9P service
- Host: GitHub
- URL: https://github.com/fhs/mux9p
- Owner: fhs
- License: mit
- Created: 2018-11-10T21:10:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T17:40:19.000Z (about 4 years ago)
- Last Synced: 2025-04-06T08:41:27.989Z (about 2 months ago)
- Topics: 9p, go, golang, network, plan9, protocol
- Language: Go
- Size: 67.4 KB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/fhs/mux9p/actions?query=workflow%3Amux9p+event%3Apush)
[](https://pkg.go.dev/github.com/fhs/mux9p)
[](https://goreportcard.com/report/github.com/fhs/mux9p)## Overview
This is a Go package for multiplexing a 9P service. It's a port of [9pserve](https://9fans.github.io/plan9port/man/man4/9pserve.html).
## Installation
go get github.com/fhs/mux9p