History log of /aosp_15_r20/tools/netsim/ (Results 1 – 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
cf78ab8c07-Dec-2024 Android Build Coastguard Worker <[email protected]>

Snap for 12763142 from 725eed66b9d84392790d70dba68a9d89e6154aaf to 25Q1-release

Change-Id: Ifb6c0533b83639de168f3c1b220030b548d2a1e6


.clang-format
.gitignore
Android.bp
CMakeLists.txt
LICENSE
OWNERS
README.md
TEST_MAPPING
cmake-format.json
cmake/netsim_dependencies.cmake
doc/CODING_STYLE.md
dummy.c
guide/.gitignore
guide/CODING_STYLE.md
guide/book.toml
guide/src/README.md
guide/src/SUMMARY.md
guide/src/api/README.md
guide/src/cli/README.md
guide/src/cli/devices.md
guide/src/development/README.md
guide/src/guide/installation.md
guide/src/misc/contributors.md
guide/src/ui/README.md
guide/src/ui/assets/change_background.gif
guide/src/ui/assets/moving_2d.gif
guide/src/ui/assets/moving_3d.gif
guide/src/ui/assets/orientation.gif
guide/src/ui/assets/orthographic_view.gif
guide/src/ui/assets/packet_capture.gif
guide/src/ui/assets/packet_trace_view.gif
guide/src/ui/assets/radio_state.gif
guide/src/user-guide/README.md
pdl/CMakeLists.txt
pdl/arp.pdl
pdl/ieee80211.pdl
pdl/llc.pdl
pdl/mac80211_hwsim.pdl
pdl/netlink.pdl
proto/Android.bp
proto/CMakeLists.txt
proto/netsim/common.proto
proto/netsim/config.proto
proto/netsim/frontend.proto
proto/netsim/hci_packet.proto
proto/netsim/model.proto
proto/netsim/packet_streamer.proto
proto/netsim/startup.proto
proto/netsim/stats.proto
rust/CMakeLists.txt
rust/Cargo.toml
rust/capture/Cargo.toml
rust/capture/data/dns.cap
rust/capture/src/lib.rs
rust/capture/src/pcap.rs
rust/capture/tests/integration_test.rs
rust/cli/Cargo.toml
rust/cli/bin/netsim.rs
rust/cli/build.rs
rust/cli/netsim-cli.md
rust/cli/src/args.rs
rust/cli/src/browser.rs
rust/cli/src/display.rs
rust/cli/src/ffi.rs
rust/cli/src/file_handler.rs
rust/cli/src/lib.rs
rust/cli/src/requests.rs
rust/cli/src/response.rs
rust/common/Cargo.toml
rust/common/src/lib.rs
rust/common/src/system/mod.rs
rust/common/src/util/ini_file.rs
rust/common/src/util/mod.rs
rust/common/src/util/netsim_logger.rs
rust/common/src/util/os_utils.rs
rust/common/src/util/time_display.rs
rust/common/src/util/zip_artifact.rs
rust/daemon/Cargo.toml
rust/daemon/build.rs
rust/daemon/src/args.rs
rust/daemon/src/bluetooth/advertise_data.rs
rust/daemon/src/bluetooth/advertise_settings.rs
rust/daemon/src/bluetooth/beacon.rs
rust/daemon/src/bluetooth/chip.rs
rust/daemon/src/bluetooth/mocked.rs
rust/daemon/src/bluetooth/mod.rs
rust/daemon/src/captures/capture.rs
rust/daemon/src/captures/captures_handler.rs
rust/daemon/src/captures/mod.rs
rust/daemon/src/captures/pcap_util.rs
rust/daemon/src/captures/sample.pcap
rust/daemon/src/captures/sample.pcapng
rust/daemon/src/config_file.rs
rust/daemon/src/devices/chip.rs
rust/daemon/src/devices/device.rs
rust/daemon/src/devices/devices_handler.rs
rust/daemon/src/devices/mod.rs
rust/daemon/src/events.rs
rust/daemon/src/ffi.rs
rust/daemon/src/grpc_server/backend.rs
rust/daemon/src/grpc_server/frontend.rs
rust/daemon/src/grpc_server/mod.rs
rust/daemon/src/grpc_server/server.rs
rust/daemon/src/http_server/http_handlers.rs
rust/daemon/src/http_server/http_request.rs
rust/daemon/src/http_server/http_router.rs
rust/daemon/src/http_server/mod.rs
rust/daemon/src/http_server/server.rs
rust/daemon/src/http_server/server_response.rs
rust/daemon/src/http_server/thread_pool.rs
rust/daemon/src/lib.rs
rust/daemon/src/openssl/mod.rs
rust/daemon/src/openssl/sha.rs
rust/daemon/src/ranging.rs
rust/daemon/src/resource.rs
rust/daemon/src/rust_main.rs
rust/daemon/src/service.rs
rust/daemon/src/session.rs
rust/daemon/src/transport/fd.rs
rust/daemon/src/transport/grpc.rs
rust/daemon/src/transport/h4.rs
rust/daemon/src/transport/mod.rs
rust/daemon/src/transport/socket.rs
rust/daemon/src/transport/uci.rs
rust/daemon/src/transport/websocket.rs
rust/daemon/src/uwb/mod.rs
rust/daemon/src/uwb/ranging_data.rs
rust/daemon/src/uwb/ranging_estimator.rs
rust/daemon/src/uwb/sample_ranging_data.csv
rust/daemon/src/version.rs
rust/daemon/src/wifi/frame.rs
rust/daemon/src/wifi/hostapd.rs
rust/daemon/src/wifi/hostapd_cf.rs
rust/daemon/src/wifi/hwsim_attr_set.rs
rust/daemon/src/wifi/libslirp.rs
rust/daemon/src/wifi/libslirp_cf.rs
rust/daemon/src/wifi/mdns_forwarder.rs
rust/daemon/src/wifi/medium.rs
rust/daemon/src/wifi/mod.rs
rust/daemon/src/wifi/radiotap.rs
rust/daemon/src/wifi/test_packets/hwsim_cmd_frame.csv
rust/daemon/src/wifi/test_packets/hwsim_cmd_frame_mdns.csv
rust/daemon/src/wifi/test_packets/hwsim_cmd_frame_request.csv
rust/daemon/src/wifi/test_packets/hwsim_cmd_frame_request_mdns.csv
rust/daemon/src/wifi/test_packets/hwsim_cmd_frame_response_no_cookie.csv
rust/daemon/src/wifi/test_packets/hwsim_cmd_frame_response_no_transmitter_flags_tx_info.csv
rust/daemon/src/wifi/test_packets/hwsim_cmd_tx_info.csv
rust/daemon/src/wifi/test_packets/hwsim_cmd_tx_info_response.csv
rust/daemon/src/wifi/test_packets/hwsim_cmd_tx_info_response_mdns.csv
rust/daemon/src/wireless/ble_beacon.rs
rust/daemon/src/wireless/bluetooth.rs
rust/daemon/src/wireless/mocked.rs
rust/daemon/src/wireless/mod.rs
rust/daemon/src/wireless/packet.rs
rust/daemon/src/wireless/uwb.rs
rust/daemon/src/wireless/wifi.rs
rust/daemon/src/wireless/wireless_adaptor.rs
rust/frontend/Cargo.toml
rust/frontend/src/netsim_test_client.rs
rust/frontend/src/netsim_test_server.rs
rust/hostapd-rs/Cargo.toml
rust/hostapd-rs/bindings/wrapper.h
rust/hostapd-rs/build.rs
rust/hostapd-rs/build_cargo.rs
rust/hostapd-rs/src/hostapd.rs
rust/hostapd-rs/src/hostapd_sys/linux/bindings.rs
rust/hostapd-rs/src/hostapd_sys/macos/bindings.rs
rust/hostapd-rs/src/hostapd_sys/mod.rs
rust/hostapd-rs/src/hostapd_sys/windows/bindings.rs
rust/hostapd-rs/src/lib.rs
rust/hostapd-rs/tests/integration_test.rs
rust/http-proxy/Cargo.toml
rust/http-proxy/src/connector.rs
rust/http-proxy/src/dns.rs
rust/http-proxy/src/dns_manager.rs
rust/http-proxy/src/error.rs
rust/http-proxy/src/lib.rs
rust/http-proxy/src/manager.rs
rust/http-proxy/src/pattern_vec.rs
rust/http-proxy/src/rewriter.rs
rust/http-proxy/src/util.rs
rust/http-proxy/tests/integration_test.rs
rust/libslirp-rs/Cargo.toml
rust/libslirp-rs/bindings/wrapper.h
rust/libslirp-rs/build.rs
rust/libslirp-rs/build_cargo.rs
rust/libslirp-rs/src/lib.rs
rust/libslirp-rs/src/libslirp.rs
rust/libslirp-rs/src/libslirp_config.rs
rust/libslirp-rs/src/libslirp_sys/linux/bindings.rs
rust/libslirp-rs/src/libslirp_sys/macos/bindings.rs
rust/libslirp-rs/src/libslirp_sys/mod.rs
rust/libslirp-rs/src/libslirp_sys/windows/bindings.rs
rust/libslirp-rs/tests/integration_test.rs
rust/libslirp-rs/tests/integration_udp.rs
rust/netsim.cc
rust/netsimd.cc
rust/packets/Cargo.toml
rust/packets/build.rs
rust/packets/src/ieee80211.rs
rust/packets/src/lib.rs
rust/packets/src/llc.rs
rust/proto/CMakeLists.txt
rust/proto/Cargo.toml
rust/proto/build_cargo.rs
rust/proto/src/common.rs
rust/proto/src/config.rs
rust/proto/src/configuration.rs
rust/proto/src/frontend.rs
rust/proto/src/frontend_grpc.rs
rust/proto/src/hci_packet.rs
rust/proto/src/lib.rs
rust/proto/src/model.rs
rust/proto/src/packet_streamer.rs
rust/proto/src/packet_streamer_grpc.rs
rust/proto/src/startup.rs
rust/proto/src/stats.rs
rust/rustfmt.toml
scripts/bindings_update.sh
scripts/build_tools.cmd
scripts/build_tools.py
scripts/build_ui.sh
scripts/cargo_clippy.sh
scripts/cargo_env.sh
scripts/cargo_test.cmd
scripts/cargo_test.sh
scripts/environment.py
scripts/format_code.sh
scripts/proto_update.sh
scripts/server_config.py
scripts/tasks/__init__.py
scripts/tasks/compile_install_task.py
scripts/tasks/compile_task.py
scripts/tasks/configure_task.py
scripts/tasks/install_emulator_task.py
scripts/tasks/run_pytest_task.py
scripts/tasks/run_test_task.py
scripts/tasks/task.py
scripts/tasks/zip_artifact_task.py
scripts/time_formatter.py
scripts/utils.py
scripts/version_bump.sh
src/CMakeLists.txt
src/backend/CMakeLists.txt
src/backend/grpc_client.cc
src/backend/grpc_client.h
src/backend/packet_streamer_client.cc
src/backend/packet_streamer_client.h
src/frontend/frontend_client.cc
src/frontend/frontend_client.h
src/frontend/server_response_writable.h
src/hci/async_manager.cc
src/hci/bluetooth_facade.cc
src/hci/bluetooth_facade.h
src/hci/hci_packet_hub.h
src/hci/hci_packet_transport.cc
src/hci/hci_packet_transport.h
src/hci/rust_device.cc
src/hci/rust_device.h
src/netsim-packet-streamer-client.cc
src/util/CMakeLists.txt
src/util/blocking_queue.h
src/util/crash_report.cc
src/util/crash_report.h
src/util/filesystem.h
src/util/ini_file.cc
src/util/ini_file.h
src/util/ini_file_test.cc
src/util/log.cc
src/util/log.h
src/util/os_utils.cc
src/util/os_utils.h
src/util/os_utils_test.cc
src/util/string_utils.cc
src/util/string_utils.h
src/util/string_utils_test.cc
testing/mobly/Android.bp
testing/mobly/README.md
testing/mobly/ble_gatt_test.py
testing/mobly/ble_utils.py
testing/mobly/sample_config.yml
testing/netsim-grpc/.gitignore
testing/netsim-grpc/LICENSE.txt
testing/netsim-grpc/MANIFEST.in
testing/netsim-grpc/README.md
testing/netsim-grpc/cfg/pip.conf
testing/netsim-grpc/cfg/pypirc
testing/netsim-grpc/configure.cmd
testing/netsim-grpc/configure.sh
testing/netsim-grpc/pyproject.toml
testing/netsim-grpc/setup.cfg
testing/netsim-grpc/setup.py
testing/netsim-grpc/src/netsim_grpc/__init__.py
testing/netsim-grpc/src/netsim_grpc/netsim_client.py
testing/netsim-grpc/src/netsim_grpc/proto/README.md
testing/netsim-grpc/src/netsim_grpc/proto/__init__.py
testing/netsim-grpc/src/netsim_grpc/proto/netsim/__init__.py
testing/netsim-grpc/src/netsim_grpc/proto/rootcanal/__init__.py
testing/netsim-grpc/tests/utils.py
testing/netsim-grpc/tox.ini
testing/tests/wifi/nsd/Android.bp
testing/tests/wifi/nsd/AndroidManifest.xml
testing/tests/wifi/nsd/AndroidTest.xml
testing/tests/wifi/nsd/README
testing/tests/wifi/nsd/instrumentation_test.py
testing/tests/wifi/nsd/src/android/test/wifi/nsd/NsdHelper.java
testing/tests/wifi/nsd/src/android/test/wifi/nsd/NsdInstrumentationTest.java
ui/.gitignore
ui/Android.bp
ui/CMakeLists.txt
ui/README.md
ui/assets/grid-background.svg
ui/assets/hexagonal-background.png
ui/assets/netsim-logo-b.svg
ui/assets/netsim-logo.svg
ui/assets/polar-background.svg
ui/dist/assets/grid-background.svg
ui/dist/assets/hexagonal-background.png
ui/dist/assets/netsim-logo-b.svg
ui/dist/assets/netsim-logo.svg
ui/dist/assets/polar-background.svg
ui/dist/dev.html
ui/dist/index.html
ui/dist/js/cube-sprite.js
ui/dist/js/customize-map-button.js
ui/dist/js/device-dragzone.js
ui/dist/js/device-dropzone.js
ui/dist/js/device-info.js
ui/dist/js/device-list.js
ui/dist/js/device-map.js
ui/dist/js/device-observer.js
ui/dist/js/license-info.js
ui/dist/js/navigation-bar.js
ui/dist/js/netsim-app.js
ui/dist/js/packet-info.js
ui/dist/js/pyramid-sprite.js
ui/dist/node_modules/tslib/tslib.es6.js
ui/package-lock.json
ui/package.json
ui/rollup.config.mjs
ui/ts/cube-sprite.ts
ui/ts/customize-map-button.ts
ui/ts/device-dragzone.ts
ui/ts/device-dropzone.ts
ui/ts/device-info.ts
ui/ts/device-list.ts
ui/ts/device-map.ts
ui/ts/device-observer.ts
ui/ts/google/protobuf/timestamp.ts
ui/ts/license-info.ts
ui/ts/navigation-bar.ts
ui/ts/netsim-app.ts
ui/ts/netsim/common.ts
ui/ts/netsim/model.ts
ui/ts/packet-info.ts
ui/ts/pyramid-sprite.ts
ui/ts/rootcanal/configuration.ts
ui/tsconfig.json
ui/web-dev-server.config.mjs
ui/web/dev.html
ui/web/index.html