liamzebedee / go-qrp

QRP is a simple packet-based RPC protocol coded in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QRP: A simple packet-based RPC protocol

QRP is a simple packet-based RPC protocol. The design is based off KRPC (BitTorrent), and subsequent implementation is based off the net/rpc library of Go.

This project is licensed under GPLv3 to Liam (liamzebedee) Edwards-Playne.

View the documentation here and see an example in rpc_test.go

About

QRP is a simple packet-based RPC protocol coded in Go.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%