Skip to content

liamzebedee/gocusp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

GoCUSP

GoCUSP is a work-in-progress wrapper for libcusp, the initial implementation of the Channel-based Unidirectional Stream Protoco (CUSP). GoCUSP is wrapped using SWIG.

Install

GoCUSP relies on a Makefile build system, so the installation is different from a vanilla Go package:

go get -u -d github.com/liamzebedee/gocusp
eval $(go env); cd ${GOROOT}/src/pkg/github.com/liamzebedee/gocusp; make GOROOT=${GOROOT} GOOS=${GOOS} GOARCH=${GOARCH}

Usage

import "github.com/liamzebedee/gocusp/cusp"

Licensing

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

Notes

cusp contains the GoCUSP wrapper, libcusp contains the original CUSP library.

About

Go bindings (using SWIG) for the Channel-based Unidirectional Stream Protocol - CUSP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published