https://github.com/luc-github/ssdp_idf
SSDP IDF component for ESP32
https://github.com/luc-github/ssdp_idf
esp-idf esp32 ssdp
Last synced: 9 months ago
JSON representation
SSDP IDF component for ESP32
- Host: GitHub
- URL: https://github.com/luc-github/ssdp_idf
- Owner: luc-github
- License: gpl-3.0
- Created: 2022-12-20T07:39:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T08:15:43.000Z (over 1 year ago)
- Last Synced: 2025-04-12T05:38:55.325Z (9 months ago)
- Topics: esp-idf, esp32, ssdp
- Language: C
- Homepage:
- Size: 90.8 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 Simple Service Discovery IDF component
SSDP idf component based on https://github.com/luc-github/ESP32SSDP
> [!WARNING]
>### Disclaimer
> The software is provided 'as is,' without any warranty of any kind, expressed or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
>It is essential that you carefully read and understand this disclaimer before using this software and its components. If you do not agree with any part of this disclaimer, please refrain from using the software.
This library has been tested with [](https://github.com/espressif/esp-idf/releases/tag/v5.1.4)