https://github.com/timoliver/tolocalservicediscovery
A wrapper for detecting accessible devices locally via Bonjour.
https://github.com/timoliver/tolocalservicediscovery
Last synced: over 1 year ago
JSON representation
A wrapper for detecting accessible devices locally via Bonjour.
- Host: GitHub
- URL: https://github.com/timoliver/tolocalservicediscovery
- Owner: TimOliver
- License: mit
- Created: 2019-04-04T14:10:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T06:02:12.000Z (over 7 years ago)
- Last Synced: 2025-01-26T06:25:50.499Z (over 1 year ago)
- Language: Objective-C
- Size: 30.3 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TOLocalDeviceDiscovery
This is a small service class I originally built in iComics, but have since pulled it out, and more or less rewrote it for [TOFileKit](https://github.com/TimOliver/TOFileKit).
It is a class that lets you specify which Bonjour services you would like to detect on your local network, and subsequently scan for all of those services with this one central class.
I put it in a separate Xcode project so it was easier to build and test.
I don't intend to make this a fully supported open source library, but let me know if you think I should. :)