https://github.com/emily33901/networkz
Replacement for riverbed
https://github.com/emily33901/networkz
Last synced: 3 months ago
JSON representation
Replacement for riverbed
- Host: GitHub
- URL: https://github.com/emily33901/networkz
- Owner: emily33901
- License: bsd-2-clause
- Created: 2020-01-27T10:56:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T20:59:28.000Z (about 5 years ago)
- Last Synced: 2024-12-28T11:44:52.317Z (5 months ago)
- Language: C++
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Networkz
Riverbed replacement.
# Building
```sh
> git submodule update --init --recursive
# First - copy tools/build/emscripten-reference.txt -> tools/build/emscripten.txt
# and modify it so that it points at your emscripten install# only needs to be done once
> build/tools/generate-projects.(sh/bat)> cd build
# is the only command you need to run repeatedly
# it automatically reconfigures the needed files
> ninja
```