Anurag Kar f94db7bba7 wifi_provisioning : Added Wi-Fi Scan list feature to Provisioning Manager 7 năm trước cách đây
..
README.md 84f094453b Examples : Added provisioning examples, tests and client tool. 7 năm trước cách đây
makefile 2b52465416 WiFi Provisioning : Added component providing framework for configuring WiFi credentials during provisioning 7 năm trước cách đây
wifi_config.proto 2b52465416 WiFi Provisioning : Added component providing framework for configuring WiFi credentials during provisioning 7 năm trước cách đây
wifi_constants.proto 2b52465416 WiFi Provisioning : Added component providing framework for configuring WiFi credentials during provisioning 7 năm trước cách đây
wifi_scan.proto f94db7bba7 wifi_provisioning : Added Wi-Fi Scan list feature to Provisioning Manager 6 năm trước cách đây

README.md

Protobuf files for defining Wi-Fi config-data packet structures

Note : These proto files are not automatically compiled during the build process.

Run "make" (Optional) to generate the respective C and Python files. The generated C files are used by protocomm itself to create, delete and manipulate transaction packets. The generated Python files can be used by python based applications for implementing client side interface to protocomm layer.

Compilation requires protoc (Protobuf Compiler) and protoc-c (Protobuf C Compiler) installed. Since the generated files are to remain the same, as long as the proto files are not modified, therefore the generated files are already available under "protocomm/proto-c" and "protocomm/python" directories, and thus running make (and installing the Protobuf compilers) is optional.