Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rossmartin/bonjourplugin
PhoneGap Bonjour Plugin for iOS
https://github.com/rossmartin/bonjourplugin
Last synced: 29 days ago
JSON representation
PhoneGap Bonjour Plugin for iOS
- Host: GitHub
- URL: https://github.com/rossmartin/bonjourplugin
- Owner: rossmartin
- Created: 2012-12-31T03:17:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-14T20:13:37.000Z (almost 11 years ago)
- Last Synced: 2024-04-23T02:16:39.159Z (7 months ago)
- Language: Objective-C
- Homepage: http://rossmartindev.blogspot.com/2012/12/my-phonegap-bonjour-plugin-it-can.html
- Size: 8.42 MB
- Stars: 11
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PhoneGap Bonjour Plugin for iOS
==================This sample Xcode project uses my PhoneGap Bonjour Plugin and shows how to perform Bonjour (ZeroConf) service browsing, publication, & resolution. It also shows how to send data between devices via TCP using CocoaAsyncSocket.
I have already included the CocoaAsyncSocket library and frameworks needed in this project. If you want to use CocoaAsyncSocket in your own project please read here about ARC - https://github.com/robbiehanson/CocoaAsyncSocket/wiki/ARC
***```Update 01/09/2014```***
***When I developed this my JavaScript knowledge was far less than I have now. There are so many things I wish I would have done differently after gaining more experience. I don't have the time to refactor most of my JavaScript and get rid of the DOM abuse. I simply admit that I look back on some of my JavaScript now and eek because I know it should have been done differently.***