This repository was archived by the owner on Dec 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-44
lines changed
Expand file tree Collapse file tree 2 files changed +6
-44
lines changed Original file line number Diff line number Diff line change 1- See [ rosjava_core] ( https://github.com/rosjava/rosjava_core ) readme.
2-
31# Zeroconf JmDNS #
42
53This repository packages android friendly sources from the [ jmdns] ( http://jmdns.sourceforge.net/ ) project
64and provides some tutorial demos.
75
6+ See [ rosjava_core] ( https://github.com/rosjava/rosjava_core ) readme for
7+ more information and pointers on the overall rosjava and android ecosystem.
8+
89## The JmDNS Library ##
910
1011### About ###
@@ -58,4 +59,5 @@ in a similar way to the ros zeroconf_avahi package.
5859
5960## Tutorials ##
6061
61- Instructions can be found in the readme in the jmdns_tutorials package.
62+ Tutorials are implemented in the jmdns_tutorials project. Instructions can be found
63+ in [ the zerconf_jmdns_suite package ROS wiki] ( http://wiki.ros.org/zeroconf_jmdns_suite ) .
Original file line number Diff line number Diff line change 1- # Jmnds Tutorials
2-
3- There are three demo programs. First build the jmdns_tutorials package and then:
4-
5- ** Publishing**
6-
7- Start listening in one shell:
8-
9- ```
10- > avahi-browse _ros-master._tcp
11- ```
12-
13- And execute the publisher in another shell:
14-
15- ```
16- ./build/install/jmdns_tutorials/bin/jmdns_tutorials --publisher
17- ```
18-
19- ** Discovery - Polling**
20-
21- Start publishing in one shell:
22-
23- ```
24- > avahi-publish -s DudeMaster _ros-master._tcp 8882
25- ```
26-
27- And execute polling discovery in another (it will print out the discovered list every second):
28-
29- ```
30- ./build/install/jmdns_tutorials/bin/jmdns_tutorials --polling
31- ```
32-
33- ** Discovery - Callback**
34-
35- As above, but start the discovery handler:
36-
37- ```
38- ./build/install/jmdns_tutorials/bin/jmdns_tutorials --polling
39- ```
40-
41-
1+ For instructions, see [ the zerconf_jmdns_suite package ROS wiki] ( http://wiki.ros.org/zeroconf_jmdns_suite ) .
You can’t perform that action at this time.
0 commit comments