Skip to content

Commit

Permalink
Merged experimental into master
Browse files Browse the repository at this point in the history
Provides the ability to make direct connections without Bonjour
Closes issue #37
  • Loading branch information
Dave Kelly committed May 27, 2019
1 parent d1c6d77 commit f44e830
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ service.name
Default is 'raveloxmidi'.
remote.connect
Name of remote service to connect to.
The value can be one of two formats:
To connect to a Bonjour-advertised service, use the format:
remote.connect = service
To connect directly to a server/port, use the format:
remote.connect = [address]:port
A port number must be specified if making a direct connection.
client.name
Name to use when connecting to remote service. If not defined, service.name will be used.
network.socket_timeout
Expand Down
2 changes: 1 addition & 1 deletion raveloxmidi/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([raveloxmidi],[0.7.99])
AC_INIT([raveloxmidi],[0.7.3])
AC_CANONICAL_HOST
AC_CANONICAL_BUILD
AC_CANONICAL_TARGET
Expand Down
12 changes: 12 additions & 0 deletions raveloxmidi/man/raveloxmidi.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@ Default is \fBraveloxmidi\fP.
.TP
.B remote.connect
Name of remote service to connect to.
.br
The value can be one of two formats:
.br
To connect to a Bonjour-advertised service, use the format:
.br
\fBremote.connect = service\fP
.br
To connect directly to a server/port, use the format:
.br
\fBremote.connect = [address]:port\fP
.br
A port number \fBmust\fP be specified if making a direct connection.
.TP
.B network.socket_timeout
Polling timeout for the listening sockets.
Expand Down

0 comments on commit f44e830

Please sign in to comment.