Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbc/dial-discovery-ios
https://github.com/bbc/dial-discovery-ios
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbc/dial-discovery-ios
- Owner: bbc
- License: apache-2.0
- Created: 2016-12-06T10:19:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T20:44:08.000Z (almost 7 years ago)
- Last Synced: 2024-10-27T20:21:25.029Z (12 days ago)
- Language: Objective-C
- Size: 225 KB
- Stars: 3
- Watchers: 22
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-broadcasting - dial-discovery-ios - A library for the discovery of devices via the DIAL protocol on the iOS platform. (Companion Screens)
README
# dial-discovery-ios
[![CI Status](http://img.shields.io/travis/bbc/dial-discovery-ios.svg?style=flat)](https://travis-ci.org/bbc/dial-discovery-ios)
[![Version](https://img.shields.io/cocoapods/v/dial-discovery-ios.svg?style=flat)](http://cocoapods.org/pods/dial-discovery-ios)
[![License](https://img.shields.io/cocoapods/l/dial-discovery-ios.svg?style=flat)](http://cocoapods.org/pods/dial-discovery-ios)
[![Platform](https://img.shields.io/cocoapods/p/dial-discovery-ios.svg?style=flat)](http://cocoapods.org/pods/dial-discovery-ios)This framework provides APIs for service discovery via SSDP and device discovery via DIAL. An example app shows how this pod can be used
to discover HbbTV terminals.## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
dial-discovery-ios is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "dial-discovery-ios"
```[](---START EXCLUDE FROM DOC BUILD---)
## Read the documentation
The docs for this framework can be read [here](http://bbc.github.io/dial-discovery-ios/latest).
[](---END EXCLUDE FROM DOC BUILD---)## Author
Rajiv Ramdhany, rajiv.ramdhany 'at' bbc.co.uk
## License
dial-discovery-ios is developed by BBC R&D and distributed under Licensed under the Apache License, [Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
© Copyright 2016 BBC R&D. All Rights Reserved.
=======