Files
ESP32-X-Desktop/components/network_provisioning/idf_component.yml
T
furyhawk 20a3da1819 Add security and transport layers for enhanced provisioning
- Implemented security2.py for handling protobuf packets with security type protocomm_security2.
- Introduced srp6a.py for secure password verification and session management.
- Created transport layer with various transport methods: BLE, console, and HTTP.
- Added utility functions for data type conversions in convenience.py.
- Established a modular structure for network provisioning, allowing for flexible transport options.
2026-05-25 20:44:46 +08:00

14 lines
449 B
YAML

dependencies:
espressif/cjson:
rules:
- if: idf_version >= 6.0
version: ^1.7.19
idf: '>=5.1'
description: Network provisioning component for Wi-Fi or Thread devices
repository: git://github.com/espressif/idf-extra-components.git
repository_info:
commit_sha: 2de4980640bbe3d2d69473d7251640039e185b92
path: network_provisioning
url: https://github.com/espressif/idf-extra-components/tree/master/network_provisioning
version: 1.2.4