Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luc-github/esp32ssdp
Simple SSDP library for ESP32
https://github.com/luc-github/esp32ssdp
arduino esp32
Last synced: about 9 hours ago
JSON representation
Simple SSDP library for ESP32
- Host: GitHub
- URL: https://github.com/luc-github/esp32ssdp
- Owner: luc-github
- License: gpl-3.0
- Created: 2018-03-20T12:53:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T11:02:33.000Z (16 days ago)
- Last Synced: 2024-12-18T14:13:51.172Z (8 days ago)
- Topics: arduino, esp32
- Language: C++
- Homepage:
- Size: 117 KB
- Stars: 49
- Watchers: 5
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
ESP32 Simple Service Discovery Copyright (c) 2015 Hristo Gochkov
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
Original (Arduino) version by Filippo Sallemi, July 23, 2014. Can be
found at: https://github.com/nomadnt/uSSDP[Latest stable release ![Release Version](https://img.shields.io/github/release/luc-github/ESP32SSDP.svg?style=plastic) ![Release Date](https://img.shields.io/github/release-date/luc-github/ESP32SSDP.svg?style=plastic)](https://github.com/luc-github/ESP32SSDP/releases/latest/) [![github-ci](https://github.com/luc-github/ESP32SSDP/workflows/build-ci/badge.svg)](https://github.com/luc-github/ESP32SSDP/actions/workflows/build-ci.yml) [![ESP32 Core Version](https://img.shields.io/badge/ESP32-v2.0.8-yellow?style=plastic&label=ESP32)](https://github.com/espressif/arduino-esp32/releases/tag/2.0.8)
[Latest development version ![Development Version](https://img.shields.io/badge/Version-2.x-yellow?style=plastic) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/luc-github/ESP32SSDP/v2.x?style=plastic)](https://github.com/luc-github/ESP32SSDP/tree/v2.x) [![github-ci](https://github.com/luc-github/ESP32SSDP/workflows/build-ci-v2/badge.svg)](https://github.com/luc-github/ESP32SSDP/actions/workflows/build-ci-v2.yml) [![ESP32 Core Version](https://img.shields.io/badge/ESP32-v3.0.0-yellow?style=plastic&label=ESP32)](https://github.com/espressif/arduino-esp32/releases/tag/3.0.0)
The IDF component version can be found here: https://github.com/luc-github/SSDP_IDF
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.> [!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.## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Sean Mathews
💻
Bastler
💻
Cristian Popescu
🐛
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!