Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 711dfdb

Browse files
author
Julian Cerruti
committed
Updated some readmes
1 parent de30211 commit 711dfdb

File tree

2 files changed

+6
-44
lines changed

2 files changed

+6
-44
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
See [rosjava_core](https://github.com/rosjava/rosjava_core) readme.
2-
31
# Zeroconf JmDNS #
42

53
This repository packages android friendly sources from the [jmdns](http://jmdns.sourceforge.net/) project
64
and 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).

jmdns_tutorials/README.md

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1 @@
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).

0 commit comments

Comments
 (0)