Lines Matching refs:netsim
3 This section walks you through building netsim from source.
8 * To build with emulator, follow the [netsim with emulator](#netsim_with_emulator)
9 section to build netsim by `cmake` in `emu-master-dev` manifest branch.
11 * To build with cuttlefish, follow the [netsim with
12 cuttlefish](#netsim_with_cuttlefish) to build netsim by `soong` in `aosp-master`
17 The *netsim* network simulator is built as a component of
50 ## <a name="netsim_with_emulator"></a>Build netsim with emulator
52 For developing netsim alongside emulator, start with the OS specific build
104 ### Emulator incremental netsim build
109 cd /repo/emu-master-dev/tools/netsim
113 Then use `ninja` for a partial netsim build:
124 Copy Web UI assets into `objs/netsim-ui`.
133 /repo/emu-master-dev/tools/netsim/objs
136 ## <a name="netsim_with_cuttlefish"></a>Build netsim with cuttlefish
173 The netsim executable can be found in:
178 ### Cuttlefish incremental netsim build
190 atest --host-unit-test-only --test-filter netsim
195 cd tools/netsim/rust/netsim-cxx/
203 You will need to verify that any changes in `tools/netsim` can be built from
232 The developer and user documentation for netsim is stored in the `guide`
237 Use this command to start a local web server with the netsim guide: