• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

apex/25-Apr-2025-5752

demoapp/25-Apr-2025-1,6291,147

docs/25-Apr-2025-527428

framework/25-Apr-2025-3,8452,114

scripts/25-Apr-2025-3626

service/25-Apr-2025-5,5734,223

tests/25-Apr-2025-13,0089,570

OWNERSD25-Apr-2025180 129

README.mdD25-Apr-2025550 2314

TEST_MAPPINGD25-Apr-2025331 2221

README.md

1# Thread
2
3Bring the [Thread](https://www.threadgroup.org/) networking protocol to Android.
4
5## Try Thread with Cuttlefish
6
7```
8# Get the code and go to the Android source code root directory
9
10source build/envsetup.sh
11lunch aosp_cf_x86_64_phone-trunk_staging-userdebug
12m
13
14launch_cvd
15```
16
17Open `https://localhost:8443/` in your web browser, you can find the Thread
18demoapp (with the Thread logo) in the cuttlefish instance. Open it and have fun with Thread!
19
20## More docs
21
22- [Make your Android Border Router](./docs/make-your-android-border-router.md)
23