• Home
Name Date Size #Lines LOC

..--

frameworks/source/12-May-2024-172125

hals/12-May-2024-6332

interfaces/kits/12-May-2024-27837

BUILD.gnD12-May-2024966 2422

LICENSED12-May-202410.1 KiB177150

README.mdD12-May-20241.5 KiB3723

README_zh.mdD12-May-20241.4 KiB3723

bundle.jsonD12-May-2024985 4241

README.md

1# Wi-Fi Aware<a name="EN-US_TOPIC_0000001124444687"></a>
2
3-   [Introduction](#section11660541593)
4-   [Directory Structure](#section1464106163817)
5-   [Constraints](#section13591154411)
6-   [Repositories Involved](#section12828123401219)
7
8## Introduction<a name="section11660541593"></a>
9
10The Wi-Fi Aware module provides near-field communication capabilities for applications.
11
12## Directory Structure<a name="section1464106163817"></a>
13
14```
15foundation/communication/wifi_aware/         # Wi-Fi Aware directory
16├── frameworks
17│  └── source                            # Wi-Fi Aware source file
18├── hals                                  # Hardware abstraction layer (HAL) header files
19└── interfaces
20    └── kits                              # External APIs
21```
22
23## Constraints<a name="section13591154411"></a>
24
25The Wi-Fi Aware module is compiled using the C language. Currently, only the Hi3861 development board is supported. If you want to use other chips, you need to implement OpenHarmony integration APIs and place your implementation code in the  **device**  directory.
26
27## Repositories Involved<a name="section12828123401219"></a>
28
29[Intelligent Soft Bus subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/intelligent-soft-bus.md)
30
31**communication\_wifi\_aware**
32
33[communication\_softbus\_lite](https://gitee.com/openharmony/communication_softbus_lite/blob/master/README.md)
34
35[communication\_ipc\_lite](https://gitee.com/openharmony/communication_ipc_lite/blob/master/README.md)
36
37

README_zh.md

1# 项目介绍<a name="ZH-CN_TOPIC_0000001124444687"></a>
2
3-   [简介](#section11660541593)
4-   [目录](#section1464106163817)
5-   [约束](#section13591154411)
6-   [涉及仓](#section12828123401219)
7
8## 简介<a name="section11660541593"></a>
9
10Wi-Fi Aware模块提供了近场通信能力,该模块可被上层应用所使用。
11
12## 目录<a name="section1464106163817"></a>
13
14```
15foundation/communication/wifi_aware/         # 模块目录
16├── frameworks
17│  └── source                            # 模块源文件
18├── hals                                  # 硬件抽象层头文件
19└── interfaces
20    └── kits                              # 模块对外提供接口文件
21```
22
23## 约束<a name="section13591154411"></a>
24
25WiFi Aware模块使用C语言编写,目前仅支持Hi3861开发板。如果您想接入其它芯片,那么仅需要适配实现鸿蒙的集成接口即可,将实现放在device下。
26
27## 涉及仓<a name="section12828123401219"></a>
28
29[分布式软总线子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E5%88%86%E5%B8%83%E5%BC%8F%E8%BD%AF%E6%80%BB%E7%BA%BF%E5%AD%90%E7%B3%BB%E7%BB%9F.md)
30
31**communication\_wifi\_aware**
32
33[communication\_softbus\_lite](https://gitee.com/openharmony/communication_softbus_lite/blob/master/README_zh.md)
34
35[communication\_ipc\_lite](https://gitee.com/openharmony/communication_ipc_lite/blob/master/README_zh.md)
36
37