Add Skydive Project - An open source real-time network topology and protocols analyzer

github.com repo: https://github.com/skydive-project/skydive
godoc.org: http://skydive-project.github.io/skydive/
goreportcard.com: PR underway, will be merged soon to reflect in the README.MD https://goreportcard.com/report/github.com/skydive-project/skydive
coverage service link : https://coveralls.io/repos/github/skydive-project/skydive/badge.svg?branch=master

Signed-off-by: Nicolas PLANEL <nplanel@redhat.com>
This commit is contained in:
Nicolas PLANEL 2017-06-21 03:35:47 +10:00
parent 6d55c7286c
commit d380c5cc58

View File

@ -787,6 +787,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [publicip](https://github.com/polera/publicip) - Package publicip returns your public facing IPv4 address (internet egress).
* [raw](https://github.com/mdlayher/raw) - Package raw enables reading and writing data at the device driver level for a network interface.
* [sftp](https://github.com/pkg/sftp) - Package sftp implements the SSH File Transfer Protocol as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt.
* [skydive](https://github.com/skydive-project/skydive) - An open source real-time network topology and protocols analyzer.
* [ssh](https://github.com/gliderlabs/ssh) - Higher-level API for building SSH servers (wraps crypto/ssh).
* [sslb](https://github.com/eduardonunesp/sslb) - It's a Super Simples Load Balancer, just a little project to achieve some kind of performance.
* [tcp_server](https://github.com/firstrow/tcp_server) - A Go library for building tcp servers faster.