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

Commit

Permalink
Merge pull request #48 from adamantivm/readme-to-wiki
Browse files Browse the repository at this point in the history
Updated some readmes
  • Loading branch information
adamantivm authored Dec 25, 2016
2 parents 6f6a828 + 711dfdb commit 17c9ba7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 44 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
See [rosjava_core](https://github.com/rosjava/rosjava_core) readme.

# Zeroconf JmDNS #

This repository packages android friendly sources from the [jmdns](http://jmdns.sourceforge.net/) project
and provides some tutorial demos.

See [rosjava_core](https://github.com/rosjava/rosjava_core) readme for
more information and pointers on the overall rosjava and android ecosystem.

## The JmDNS Library ##

### About ###
Expand Down Expand Up @@ -58,4 +59,5 @@ in a similar way to the ros zeroconf_avahi package.

## Tutorials ##

Instructions can be found in the readme in the jmdns_tutorials package.
Tutorials are implemented in the jmdns_tutorials project. Instructions can be found
in [the zerconf_jmdns_suite package ROS wiki](http://wiki.ros.org/zeroconf_jmdns_suite).
42 changes: 1 addition & 41 deletions jmdns_tutorials/README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1 @@
# Jmnds Tutorials

There are three demo programs. First build the jmdns_tutorials package and then:

**Publishing**

Start listening in one shell:

```
> avahi-browse _ros-master._tcp
```

And execute the publisher in another shell:

```
./build/install/jmdns_tutorials/bin/jmdns_tutorials --publisher
```

**Discovery - Polling**

Start publishing in one shell:

```
> avahi-publish -s DudeMaster _ros-master._tcp 8882
```

And execute polling discovery in another (it will print out the discovered list every second):

```
./build/install/jmdns_tutorials/bin/jmdns_tutorials --polling
```

**Discovery - Callback**

As above, but start the discovery handler:

```
./build/install/jmdns_tutorials/bin/jmdns_tutorials --polling
```


For instructions, see [the zerconf_jmdns_suite package ROS wiki](http://wiki.ros.org/zeroconf_jmdns_suite).

0 comments on commit 17c9ba7

Please sign in to comment.