eiginn / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

allow specifying the daemon host:port to connect with from core-gui #225

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the ~/.core/plugins.conf file isn't really used

default is to connect to 127.0.0.1:4038

a command-line option should be added for e.g. "core-gui -c 192.168.0.7:4038" 
that allows connecting to the core-daemon that may be running on another 
machine or port

Original issue reported on code.google.com by ahrenh...@gmail.com on 10 Sep 2013 at 4:46

GoogleCodeExporter commented 9 years ago
fixed in r491

added --(a)ddress and --(p)ort arguments to core-gui command-line
updated man page/documentation with new arguments

Original comment by ahrenh...@gmail.com on 18 Dec 2013 at 6:17