QNX<->WIN98

What is the best way to send data between a program running on QNX and a
program running on Win98. The two machines are networked?

“Pat” <pmiles@cgocable.net> writes:

What is the best way to send data between a program running on QNX and a
program running on Win98. The two machines are networked?

On the QNX machine, run the command
inetd
as root. Then you should be able to FTP to the QNX machine from your
Win98 box.

You could share your QNX disk using SAMBA and it would show up in the
Win98 network neighbourhood, but that’s a lot more work to set up.

Cheers,
Andrew


Andrew Thomas, President, Cogent Real-Time Systems Inc.
2430 Meadowpine Boulevard, Suite 105, Mississauga, Ontario, Canada L5N 6S2
Email: andrew@cogent.ca WWW: http://www.cogent.ca

“Pat” <pmiles@cgocable.net> wrote in message
news:PzXh7.27370$n75.6106788@news4.rdc1.on.home.com

What is the best way to send data between a program running on QNX and a
program running on Win98. The two machines are networked?

TCP/IP. One program open a socket in another program and send
data to it.

www.cogent.ca has a product that simplify this.

Pat wrote:

What is the best way to send data between a program running on QNX and a
program running on Win98. The two machines are networked?

If you mean QNX6 … install PVM on both systems. PVM builds a
single virtual machine. The PVM API contains a lot of message
passing calls (send, receive a.s.o.)

URLs:
PVM for Windows
http://www.epm.ornl.gov/~sscott/PVM/Software/ParallelVirtualMachine3.4.3.zip

PVM for QNX6
http://www.sourceforge.net/projects/pyqnx

Have also a look to Pyro (distributed objects for Python … )

Armin

Previously, Pat wrote in comp.os.qnx:

What is the best way to send data between a program running on QNX and a
program running on Win98. The two machines are networked?

(Just to add to the confusion…)

I believe you can run ckermit on top of telnet. See:

http://www.columbia.edu/kermit

for details.

  • Pete

I thought QNX had a NFS compatible file system. Can we not use that
functionaility for networking and passing files between systems?

I know, this is not an answer to the question but another (related)
question.

JamesO

“Pat” <pmiles@cgocable.net> wrote in message
news:PzXh7.27370$n75.6106788@news4.rdc1.on.home.com

What is the best way to send data between a program running on QNX and a
program running on Win98. The two machines are networked?