Skip to content

ONC RPC (Sun RPC) implementation in Go lang

License

Notifications You must be signed in to change notification settings

xing0821/sunrpc

 
 

Repository files navigation

sunrpc

GoDoc Go Report Card

This project implements ONC RPC (Sun RPC) as described in RFC 5531 in Go lang, primarily to be consumed as a ServerCodec and ClientCodec

The initial goal here is limited to enabling existing projects written in C and uses Sun RPC to be able to communicate with a server written in Go without the need for C projects to change their existing code.

About

ONC RPC (Sun RPC) implementation in Go lang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%