WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: farshizzo
Forum: Vizard 06-28-2005, 10:23 AM
Replies: 10
Views: 30,947
Posted By farshizzo
Hi, I believe telnet uses TCP sockets for...

Hi,

I believe telnet uses TCP sockets for communication, therefore you can't use it to communicate with your program. The sample code I gave you uses UDP (Datagram) sockets. This is easier to use...
Forum: Vizard 06-21-2005, 02:55 PM
Replies: 10
Views: 30,947
Posted By farshizzo
Hi, It looks like you created a file called...

Hi,

It looks like you created a file called socket.py. This is overriding the standard socket module that comes with python. This causes an error within viz.py, which will prevent it from being...
Forum: Vizard 06-10-2005, 04:15 PM
Replies: 10
Views: 30,947
Posted By farshizzo
Hi, Here is a sample script that sends and...

Hi,

Here is a sample script that sends and receives data over a socket. Press spacebar to send a message. When a message is received it will be printed out.import viz
viz.go()

import socket
...
Forum: Vizard 06-10-2005, 03:06 PM
Replies: 10
Views: 30,947
Posted By farshizzo
Hi, Have you considered using sockets to...

Hi,

Have you considered using sockets to communicate between your Java program and Vizard? Sockets are very simple to use in Python. I'm not sure how easy it is in Java. Let me know if you want...
Forum: Vizard 06-03-2005, 01:49 PM
Replies: 10
Views: 30,947
Posted By farshizzo
Hi, Vizard is written entirely in C/C++. So...

Hi,

Vizard is written entirely in C/C++. So it would not be compatible with Jython or Java. The best thing you can do is have your Java application manually start up Vizard and communicate with it...
Showing results 1 to 5 of 5

 
Forum Jump

All times are GMT -7. The time now is 02:09 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC