go9p icon indicating copy to clipboard operation
go9p copied to clipboard

9P2000 implementation in Go

Results 4 go9p issues
Sort by recently updated
recently updated
newest added

I tried to collect from examples the server and the client with authentication by password, this example does not work or an additional explanation is required for it. I created...

After #4 is done, the `fs.FS` should implement the `SrvCtx` interface. Streams and Files should also be context-aware, so asynchronous reads and other operations can be successfully cancelled by a...

Right now the `Srv` methods take the fcall and the conn. We should add a version that accepts a `context.Context` as well, so clients can pick up on cancelling and...

I should add tests for the main server package and make sure the handler is working correctly, specifically the handling of flushed tags.