Talk:SVDRP: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(Created page with 'The protocol seems to require a handshake. How do I set the version? What versions are there adn what are their differences? <pre> connect localhost 2010 Connected to localhost....')
 
No edit summary
Line 14: Line 14:
VERSION 1.6.0
VERSION 1.6.0
406 Error: Protocol version 1.6.0 not supported.
406 Error: Protocol version 1.6.0 not supported.
201 Welcome to OSDServer version 0.1.2, VDR version 1.6.0-1.
</pre>

svdrpsend doesn't know how to handshake either.
<pre>
$ svdrpsend HELP
201 Welcome to OSDServer version 0.1.2, VDR version 1.6.0-1.
405 Error: Need to specify VERSION first
201 Welcome to OSDServer version 0.1.2, VDR version 1.6.0-1.
201 Welcome to OSDServer version 0.1.2, VDR version 1.6.0-1.
</pre>
</pre>

Revision as of 16:14, 19 April 2010

The protocol seems to require a handshake. How do I set the version? What versions are there adn what are their differences?

connect localhost 2010
Connected to localhost.
Escape character is '^]'.
201 Welcome to OSDServer version 0.1.2, VDR version 1.6.0-1.
HELP
405 Error: Need to specify VERSION first
201 Welcome to OSDServer version 0.1.2, VDR version 1.6.0-1.
VERSION 1
406 Error: Protocol version 1 not supported.
201 Welcome to OSDServer version 0.1.2, VDR version 1.6.0-1.
VERSION 1.6.0
406 Error: Protocol version 1.6.0 not supported.
201 Welcome to OSDServer version 0.1.2, VDR version 1.6.0-1.

svdrpsend doesn't know how to handshake either.

$ svdrpsend HELP
201 Welcome to OSDServer version 0.1.2, VDR version 1.6.0-1.
405 Error: Need to specify VERSION first
201 Welcome to OSDServer version 0.1.2, VDR version 1.6.0-1.