Hello, * On Sat, Apr 14, 2012 at 12:47:35PM +0200 Gábor Lénárt wrote: > On Fri, Apr 13, 2012 at 10:11:49PM +0200, Spiro Trikaliotis wrote: > > > 9. Setting the -remotemonitoraddress to anything other than 6510 doesn't work? > > > > The format is unique and tricky. > > > > Try: > > > > -remotemonitoraddress ipv4://127.0.0.1:6510 I stand corrected: It's ip4, not ipv4. Thus, the example is: -remotemonitoraddress ip4://127.0.0.1:6510 > I guess it would be same as with ipv4://0.0.0.0:6510 Yep. There is also the prefix ip6 available, if autoconf found out that IPv6 is available. I must note however that I *never* tested IPv6. > Btw isn't it possible to use a named socket with UNIX? It is, if Unix domain sockets are supported: -remotemonitoraddress "|/path/to/unix_domain_socket_file" The quotes are needed to make sure that pipe symbol is not consumed by the shell. > -remotemonitoraddress socket:/tmp/vice-remote-monitor.sock Well, the syntax is similar, but different. Unfortunately, Windows does not support such a mechanism, as far as I know, thus, it is not available there. Regards, Spiro. -- Spiro R. Trikaliotis http://www.trikaliotis.net/ ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Sat Apr 14 14:04:47 2012
This archive was generated by hypermail 2.1.8 : 2012-04-14 14:04:50 CEST