This repository contains a vero-sdk demo that automates the generator and pcap capture.
- Install yarn
https://classic.yarnpkg.com/en/docs/install/#debian-stable
-
cd <root_repository>
-
git submodule update --init --recursive
-
yarn install
-
npx lerna bootstrap
-
npx lerna run build
-
cd <root_repository>/demos/gen-capture-pcap
-
yarn run gen-capture-pcap -b <server_host> -u -p <user_password>
-
b - The host server that the demo will run against.
-
u - The username.
-
p - The password.
Example:
yarn run gen-capture-pcap -b 192.168.88.252 -u admin -p admin
That would start the demo.