Skip to main content

Extending Netkit-NG Core

Get the sources

On Github: netkit-ng-core (latest version is 3.0.4)

Master branch contains the latest stable release. Develop branch is to push new features or fixing bugs.

Build netkit-ng-core from sources

To build the netkit-core archive:

$ git clone git@github.com:netkit-ng/netkit-ng-core.git
$ cd netkit-core
$ git checkout master
$ make package

Bugs, help…

  • Search for help in channel #netkit on freenode.
  • If you want to contribute, please fork the ‘develop’ branch and request pulls.
  • Report bug on the netkit-ng-core bug tracker

History