Forum: Vizard
05-11-2007, 05:06 PM
|
Replies: 12
Views: 35,515
Client Server Networking problem
If it works on your side, then it definitively is something with my network config.
I'll keep on playing around.
Thanks
Patrick
|
Forum: Vizard
05-11-2007, 04:03 PM
|
Replies: 12
Views: 35,515
Client Server Networking problem
No need for the chat management code, I experimented without it.
SERVER SERVER SERVER SERVER
import viz
import viznet
viz.go()
viz.clearcolor(.2,.2,.4)
view = viz.get(viz.MAIN_VIEWPOINT)...
|
Forum: Vizard
05-11-2007, 03:25 PM
|
Replies: 12
Views: 35,515
Client Server Networking problem
Sorry about posting this thread in the wrong place.
Here is the code I am using:
SERVER SERVER SERVER SERVER:
import viz
import viznet
viz.go()
viz.clearcolor(.2,.2,.4)
|
Forum: Vizard
05-10-2007, 01:41 PM
|
Replies: 12
Views: 35,515
|
Forum: Vizard
05-09-2007, 12:05 PM
|
Replies: 12
Views: 35,515
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...
|
Forum: Vizard
05-07-2007, 11:48 AM
|
Replies: 12
Views: 35,515
|
Forum: Vizard
05-05-2007, 07:03 PM
|
Replies: 12
Views: 35,515
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...
|