forked from resinbeard/simplebonjour
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
31 lines (24 loc) · 1.29 KB
/
Copy pathREADME
File metadata and controls
31 lines (24 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
simplebonjour
written by murray foster, 10.15.10
mrafoster@gmail.com
this is a simple pure-data external that enables support for
the bonjour zeroconf implementation within a user's patch.
UPDATES:
10/20/10, murray
services may now be resolved with non-local domains
added error message
amended readme
general code cleanup
INSTALL:
make sure to edit makefile with the location of your pd's sources
install bonjour support for your operating system (specifically dns_sd.h)
$ make
make sure simplebonjour is in pd's startup path
OPERATION:
simplebonjour is extremely simple.
it will allow you to perform two actions
find available services of specific type
resolve discovered services
send a message containing "browse _yourservice._type" to the object's inlet. shortly all discovered services will be output as symbols thru right outlet. send a message containing "resolve your-servicename" to the object's inlet. optionally, a domain may be specified in the same message following the service name. default domain is .local, it should be specified as "resolve your-servicename local". if resolution succeeds a float containing the service's port number will output from simplebonjour's left outlet. then continue to configure remaining ports and prefixes in pure-data!
TO-DO:
Contact me to demand features