tree: b0d7d73b63dd6a7799f8f25e298d5f588e08952b [path history] [tgz]
  1. assets/
  2. dist/
  3. ts/
  4. web/
  5. .gitignore
  6. Android.bp
  7. CMakeLists.txt
  8. package.json
  9. README.md
  10. rollup.config.mjs
  11. tsconfig.json
  12. web-dev-server.config.mjs
ui/README.md

netsim web UI

Built with open-wc recommendations

This is a working directory for providing a web UI for netsim.

Prerequisite

The netsim web server must be up and running. Check go/betosim on how to start multiple virtual devices with netsim.

Quickstart

To get started:

npm install
npm start

Then open http://localhost:8000/web/ to run the netsim web UI

Scripts

  • start runs your app for development, reloading on file changes

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

Authors

[Bill Schilit] schilit@google.com

[Hyun Jae Moon] hyunjaemoon@google.com