mirror of
https://github.com/furyhawk/ESP32-X-Desktop.git
synced 2026-07-21 17:05:35 +00:00
- 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.
14 lines
449 B
YAML
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
|