https://github.com/wibosco/ssdpdiscovery-example
An example project written in Swift on how to use SSDP to discover services using BlueSocket ðŸ”
https://github.com/wibosco/ssdpdiscovery-example
bluesocket ios multicast socket ssdp swift
Last synced: 11 months ago
JSON representation
An example project written in Swift on how to use SSDP to discover services using BlueSocket ðŸ”
- Host: GitHub
- URL: https://github.com/wibosco/ssdpdiscovery-example
- Owner: wibosco
- License: mit
- Created: 2019-02-17T18:00:39.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T05:29:05.000Z (about 3 years ago)
- Last Synced: 2025-04-07T23:51:10.485Z (about 1 year ago)
- Topics: bluesocket, ios, multicast, socket, ssdp, swift
- Language: Swift
- Homepage: https://williamboles.com/discovering-whats-out-there-with-ssdp/
- Size: 185 KB
- Stars: 21
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/wibosco/SSDPDiscovery-Example/actions/workflows/workflow.yml)

# SSDPDiscovery-Example
A Swift example project on how to use SSDP to discover services on the network as shown in this article - https://williamboles.com/discovering-whats-out-there-with-ssdp/
iOS 14 introduced a range of privacy features, one of which was to limit an app access to the local network. Especially if that app is attempting to discover what is on that network using multicasting (which is exactly what this example project is demonstrating). As such, in order to run this example on a device you will need to request that the `com.apple.developer.networking.multicast` entitlement is enabled from Apple (the example works on the simulator without the entitlement being enabled). See this [note](https://developer.apple.com/news/?id=0oi77447) for more details.