RE: A simple DO situation - point me in the right direction!
RE: A simple DO situation - point me in the right direction!
- Subject: RE: A simple DO situation - point me in the right direction!
- From: Kirk Kerekes <email@hidden>
- Date: Thu, 20 Aug 2009 07:08:34 -0500
I need to implement a system where I can verify the number of running
copies of my app on a local network against a site license. I thought
DO might be a good way to implement this.
Consider using just Bonjour for this -- with careful implementation of
the name and type service strings, you can probably get what you want
with no DO at all.
The essence will be embedding a license code into the "type" field,
then counting the number of eligible services based on that "type".
The "name" field should be unique on the local subnet.
You can skip the resolution phase.
You would probably end up using Bonjour with DO anyway -- this just
eliminates the DO part.
Don't forget to un-publish your app when it quits.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden