SwiftSSDP icon indicating copy to clipboard operation
SwiftSSDP copied to clipboard

*Unmaintained*: Simple Service Discovery Protocol (SSDP) session based discovery package for Swift.

Results 10 SwiftSSDP issues
Sort by recently updated
recently updated
newest added

Saw in the README you're working on a new version that uses Networking Framework and without any dependencies. I am very interested in the progress of that. Could you push...

Xcode 10.2 does not support Swift 3.0 anymore. The Weak package unfortunately requires Swift 3.0. Therefore it is not possible to compile SwiftSSDP anymore.

Some devices, like my LG TV, sends a notify message with the LOCATION header not fully capitalised but only with an initial capital (i.e. : 'Location'). The SSDPResponse should take...

According to the UPNP document I found at http://www.upnp.org/specs/arch/UPnPDA10_20000613.htm the section 1.2.2, the search request message must have a blank line following the last HTTP header Another requirement is that...

This is driving me crazy. I'm trying to build a network scanner--including finding UPnP devices. I have tried SwiftSSDP and other libraries and I'm getting back nothing even though I...

https://github.com/pryomoax/SwiftSSDP/blob/7dd497729d376748a44e79449c5992f62dc10a94/SwiftSSDP/SSDPResponse.swift#L181 No need to multiply by 1000.

/Users/jianli/iosApp/examples/myTest/SwiftSSDPExample/Carthage/Checkouts/SwiftSSDP/SwiftSSDP/SSDPResponse.swift:174:43: error: 'rangeAt' has been renamed to 'range(at:)' let capturedRange = match.rangeAt(1) ^~~~~~~ range at: Foundation.NSTextCheckingResult:25:15: note: 'rangeAt' was obsoleted in Swift 4 open func rangeAt(_ idx: Int) -> NSRange...

carthage update --platform iOS *** Fetching CocoaAsyncSocket *** Fetching SwiftSSDP *** Fetching SwiftAbstractLogger *** Checking out Weak at "0da0dea234b2d2aa1c01fabfb8ee35455735569f" *** Checking out SwiftAbstractLogger at "v0.3.0" *** Checking out SwiftSSDP at...

any chance to get this change in? thanks (love this project btw!)

Hi, installing the library with SPM throws the following error: `error: https://github.com/robbiehanson/CocoaAsyncSocket.git has no manifest for version 7.5.1` My package.swift: `import PackageDescription let package = Package( name: "SwiftSSDP", dependencies: [...