|
#1
|
|||
|
|||
Client Server Networking Problem
Hi guys:
I have been playing around with the client server example. I have been experiencing a problem for a few days now: I am using the server script and two clients to connect to the server. Every time a client connects to the server, the server correctly receives the UPDATE event but the connected clients never receive it, therefore the client's update() function is never called and the client never sees the other connected clients. I do not understand why: - the client to server communication works fine; - the server to client communication does not work; - the client to client communication does not work (viznet.client.sendAll). I have disabled any possible firewall or antivirus installed on the machines. Am I doing something wrong? Thanks Patrick |
#2
|
|||
|
|||
Try pinging the server computer from the clients using the server's logical name. Vizard uses the computer's logical name to determan their IP address.
__________________
Paul Elliott WorldViz LLC |
#3
|
|||
|
|||
Client server Networking
Both clients can ping the server using either the IP address or the name
|
#4
|
|||
|
|||
Client Server networking problem
Hi guys:
I think you might want to take a look at the sendAll function. It looks like it does not send the events to the clients (server works fine). Is it a bug in the client server code or did I forget something? Patrick |
#5
|
|||
|
|||
Are you using Vizard 2.5? Because the viznet module will only work with Vizard 3.0
|
#6
|
|||
|
|||
Cleint Server Networking problem
I am using the very last version on all machines
|
Thread Tools | |
Display Modes | Rate This Thread |
|
|