Skip to content

Instantly share code, notes, and snippets.

@bastos
Created March 19, 2011 02:52
Show Gist options
  • Save bastos/877172 to your computer and use it in GitHub Desktop.
Save bastos/877172 to your computer and use it in GitHub Desktop.
NSNetService test
NSNetService *netService;
netService = [[NSNetService alloc] initWithDomain:@"" type:@"_test._tcp" name:@"Test" port:1234];
[netService setDelegate:self];
[netService publish];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment