Skip to content

haiyangCool/UPnPDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UPnPDA

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

UPnPDA is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'UPnPDA'

Usage

Search UPnP Service

lazy var serviceSearcher: UPnPServiceSearch = {
    let search = UPnPServiceSearch()
    search.searchTarget = M_SEARCH_Targert.all()
    search.delegate = self
    return search
}()

And in Delegate methods you can get the result

func serviceSearch(_ serviceSearch: UPnPServiceSearch, upnpDevices devices: [UPnPDeviceDescriptionDocument]) {
    /// the device list
}

func serviceSearch(_ serviceSearch: UPnPServiceSearch, dueTo error: Error) {
    print(" Search Occur Error \(error)")
}

you can find some DLNA details in Demo

Author

haiyangCool, haiyang_wang_cool@126.com

License

UPnPDA is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published