GithubHelp home page GithubHelp logo

Comments (2)

belyalov avatar belyalov commented on May 22, 2024

Thanks for question! :)

So, I'd say that main difference is our library intended to be really simple to use but still preserves low level API so you can do basic things (load / attach / work with maps) in a real simple way, e.g. (snipped from readme.md):

    bpf.LoadElf("test.elf")
    xdp := bpf.GetProgramByName("xdp_test")
    xdp.Load()
    xdp.Attach("eth0")
    // etc

If I would compare it to libraries you mentioned above:

  • iovisor gobpf - is go bindings for bcc framework (developed by the same team, iovisor)
  • newtools ebpf - we found it a bit complicated to use, however I believe it does the same thing as Dropbox's ebpf library.
  • andrewkroh go-ebpf - I personally haven't tried this library, from brief look it is unclear how to use it, so can't describe the difference.

Hope it helps you.

from goebpf.

tamalsaha avatar tamalsaha commented on May 22, 2024

Thanks for the response!

from goebpf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.