zboya

Results 5 issues of zboya

``` go package main import ( "net/http" "github.com/googollee/go-socket.io" "listome.com/log" ) func main() { server, err := socketio.NewServer(nil) if err != nil { log.Fatal(err) } server.On("connection", func(so socketio.Socket) { log.Info("on connection")...

fix little error: serverFinished undefined

I start cherry and start mininet `sudo mn --controller remote` , cherry get some error, please help, thanks! log: ``` Apr 25 12:00:41 ubuntu cherry[18915]: DEBUG: network.OnPacketIn: PACKET_IN is received...

```go package main import ( "log" "github.com/songgao/water" ) func main() { ifce, err := water.New(water.Config{ DeviceType: water.TUN, PlatformSpecificParams: water.PlatformSpecificParams{ ComponentID: "tap0901", Network: "192.168.1.10/24", }, }) if err != nil {...

![xpub](https://github.com/imatix/zguide/raw/master/images/fig13.png) Is any example about this picture?Thanks

help wanted