Getting rid of facade_id from capture and transport module

1. Propagate chip_id into *facade.cc
2. Removed all facade_key generation
3. grpc_server now has chip_id_to_transport table
4. facade_id --> rootcanal_id for Bluetooth
5. facade_id --> chip_id for WiFi
6. capture_handlers no longer needs chip_kind

Test: m netsimd
Bug: 314155554
Bug: 311692480
Change-Id: Id617e29c6137fafb4efb01373298c6ccd94d33bc
23 files changed
tree: 7d90011c626ad04bf9157d35180d2ea96eada14c
  1. cmake/
  2. doc/
  3. guide/
  4. pdl/
  5. proto/
  6. rust/
  7. scripts/
  8. src/
  9. testing/
  10. ui/
  11. .clang-format
  12. .gitignore
  13. Android.bp
  14. cmake-format.json
  15. CMakeLists.txt
  16. LICENSE
  17. OWNERS
  18. README.md
README.md

netsim - a network simulation tool for multi-device use cases

Netsim is a development stage open-source tool for testing and analysis of android multi-device apps and frameworks. It offers radio level control and HCI tracing.