|
VP 0.2.11 Beta
New Features
FEATURE ADDED: Remote Connection Capability
This release contains the remote connection capability and requires an IP network (usually over ethernet) to function in this mode.
One instance of VP acts as the "Host"; another acts as the "Client". The Host runs on the machine that has the appropriate midi connections to the Kurz.
The client does not use or need a midi connection; it only uses a network connection to the host.
Run the host like this:
java.exe -jar vastp.jar -port
4444
!!! assume this is running on a machine named velvetroom
This tells the host to listen for new connections on port
4444
Run the client like this:
java.exe -jar vastp.jar -hostname velvetroom
-port 4444
java.exe -jar vastp.jar -hostname 1.1.1.1
-port 4444
This tells the client to attempt to connect to a host running on a machine named
velvetroom
(IP Addr 1.1.1.1) listening on port
4444
The hostname can be a machine name or its primary IP address can also be used (i.e. 12.54.77.2 or 1.1.1.1)
Reachability:
To see if a machine is reachable from another machine, use ping <other
machine's name or IP address>:
ping 192.168.1.103
ping 1.1.1.1
Use ipconfig/all to see your ip address (on local machine):
Windows IP Configuration:
Host Name . . . . . . . . . . . .
. . . . . : VelvetRoom
Primary Dns Suffix . . . . . . . . . .:
Node Type . . . . . . . . . . . . . . . . . : Hybrid
IP Routing Enabled . . . . . . . . . : No
WINS Proxy Enabled . . . . . . . . : No
DNS Suffix Search List . . . . . . : austin.rr.com
Ethernet Adapter Local Area Connection:
Connection-specific DNS Suffix .
. . :
Description . . . . . . . . . . . . . . . . . . . . .
. : Intel(R) PRO/100 VE Network Connection
Physical Address . . . . . . . . . . . . . . . . .: 00-07-E9-CF-A9-82
Dhcp Enabled . . . . . . . . . . . . . . . . . . . .: No
IP Address. . . . . . . . . . . .
. . . . . . . . . . . : 1.1.1.1
Subnet Mask . . . . . . . . . . . . . . . . . . . . .: 255.255.255.0
Default Gateway . . . . . . . . .. . . . . . . . . :
|