Giter VIP home page Giter VIP logo

netspot's Issues

Snap distribution

Update snapcraft.yaml to build and distribute netspot through snap package. Maybe we should think about a script that does the static build automatically...

Rework unit tests

The previous version had many tests, now they must be adapted to v2.0

add a pprof build

The idea is to add a make pprof command to build netspot with pprof (specific tag)

Docker distribution

Provide a docker image (hosted on the github registry) to run netspot (server mode)

Clean the internal APIs

netspot is divided into several modules that talk together. However, many functions or objects are uselessly public within module.
In addition, it could be nice to provide sequence diagrams (at function/object level) for some common paths in the code.

LSM profile

As a security product, we naturally want to provide an AppArmor or SELinux profile along with netspot to better integrate it in a production environment

netspot3

Big rewrite to come but I hope it would be simpler!

New API manager

Currently netspot uses gorila/mux to manage the few routes but it has some caveats and leads to make some hacks. We should have a look to chi.

OpenAPI docs

Some API docs should be included in the code so as to provide both a swagger-ui and a spec file (openapi.yaml)

One-liner to install netspot

The goal is to make a simple shell script to install netspot.
Possibly it must set the right network capabilities and install the systemdservice.

Adapt imports to Go module

Currently the tool imports subpackages with netspot/sub... syntax. It prevents from using go get command to install it. We have to change the import to github.com/asiffer/netspot/...

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.