-
Hi,
I'm sure you will be glad to know there is another, better and more complete implementation of Binance API on C++: https://github.com/niXman/binapi
I will be grateful for advertising! =)
-
Found that the binary API generation already exists for the equivalent cli commands [https://github.com/ligato/vpp-binapi/blob/master/binapi/dhcp/dhcp.ba.go](url) looking for some pointers on where in…
-
Hi marosmars,
Thanks for sharing your blog and example scripts. I'm currently trying to use the GO version VPP api from https://github.com/fdio/govpp. I've [installed the VPP binaries](https://fd.…
-
Hi.
I'm trying to install the userspace-cni-network-plugin on Ubuntu20 machine.
It's clean, nothing else is installed, i'm running this ubuntu machine through VirtualBox.
I've installed go 1.11…
-
[Current implementation](https://github.com/ligato/vpp-agent/blob/master/plugins/vpp/ifplugin/vppcalls/vpp1908/dump_interface_vppcalls.go#L152) of VPP interface dumping in ifplugin/vppcalls is compose…
-
I realize this will also require vpp to add support for non-standard vxlan src/dst ports, but most other vxlan implementations allow this, and its important in circumstances where one or the other sid…
-
Is there a mapping of which versions of Erlang are supported by which versions of this plugin? I'm encountering issues analyzing Erlang 18.3.
-
When I attempt to add the two references to a go.mod file
go.fd.io/govpp.git v0.8.0
go.fd.io/govpp.git/extras v0.1.0
and then I run `go mod tidy`, I get this error a lot:
git.f…
-
Thanks for the great repo, I relatively new to C++, coming from python, is there any simple way to implement futures into both websockets and the REST API? Or any example codes you may have?
-
@ondrej-fabry i have generated the abf.ba.go file and it have this struct:
type FibPath struct {
SwIfIndex uint32
TableID uint32
Weight uint…