Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 414 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 414 Bytes

nw-packet-forwader

Packet forwarder app to forward necessary packets between network interfaces

Building from Source with Nix

  • Clone the repository:
git clone https://github.com/tiiuae/nw-packet-forwader.git
cd nw-packet-forwader
  • Start nix devshell
nix develop
  • Build the project
#release build
nix build .#nwPcktFwdRelease  
#debug build
nix build .#nwPcktFwdDebug