buffermet

Results 47 comments of buffermet

The plugins are in the `bettercap/packet.proxy-plugins` repository. You can clone it with `git` or `go get`. To install a packet.proxy plugin, you have to build it yourself inside bettercap's source...

You still had the `gopacket.example.go` file in bettercap's source directory when you tried to build bettercap.

~~You should only have 1 packet.proxy `.go` plugin file in the source directory, otherwise compilation fails.~~ You shouldn't have any packet.proxy `.go` files in the source directory when you build...

It's in your `$GOPATH` folder.. Can you please give us the output of `which bettercap`?

Your go path is in your home folder, so you can find bettercap's source folder at `~/go/src/github.com/bettercap/bettercap`.

The lagging span is the current closing price. In order to see if it is above the lagging price action, just compare the current closing price with the highest price...

Hi @ireun, can you please share details about your system (see issue template)?