Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Transparent Distributed Processing (TDP): (6 Items)
   
Transparent Distributed Processing (TDP)  
What is this product?

I'm looking to be able to connect to my systems that are run varies versions of QNX.
Once I connect, I would like to be able upload files to those systems.
It seem like QNet can handle this, but it does seem like I can't access it from a Windows 7 system.

Does TDP allow my Windows 7 systems to gain access to the QNet services running on my QNX systems?

If not, where else should I turn.

Also, I can't modify these existing QNX systems, so that is why I'm look to QNet for assistants.

Thanks
Re: Transparent Distributed Processing (TDP)  
On Mon, May 13, 2013 at 01:10:53PM -0400, Reginald White wrote:
> What is this product?

http://www.qnx.com/developers/docs/6.5.0_sp1/topic/com.qnx.doc.neutrino_sys_arch/qnet.html?cp=13_10_13

> 
> I'm looking to be able to connect to my systems that are run varies versions of QNX.
> Once I connect, I would like to be able upload files to those systems.
> It seem like QNet can handle this, but it does seem like I can't access it from a Windows 7 system.

Correct.

> 
> Does TDP allow my Windows 7 systems to gain access to the QNet services running on my QNX systems?

No.

> 
> If not, where else should I turn.

The simplest may be ftp.  There's also scp or samba.

> 
> Also, I can't modify these existing QNX systems, so that is why I'm look to QNet for assistants.
> 
> Thanks
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post101346
> To cancel your subscription to this discussion, please e-mail general-networking-unsubscribe@community.qnx.com
Re: Transparent Distributed Processing (TDP)  
I'm not familiar with scp or samba.

Are these available to Windows so that I can create an application around it (API) to upload file the QNX system and 
replace existing files within the file directories?

If so, how and where do I get them?

Thanks
Re: Transparent Distributed Processing (TDP)  
There's a scp / ssh client for windows called 'putty'.

samba is the server side that would run on the qnx
machines that would allow standard SMB/CIFS access
from any windows box (would provide a windows share).
You could use the standard UNC path api in windows.

There's one here:

http://ftp.netbsd.org/pub/pkgsrc/packages/QNX/i386/6.5.0_head_20110826/All/

Or you could build a slightly newer one here:

http://community.qnx.com/sf/projects/pkgsrc
http://community.qnx.com/sf/wiki/do/viewPage/projects.pkgsrc/wiki/BinaryPackages

samba isn't officially supported.

On Mon, May 13, 2013 at 01:23:08PM -0400, Reginald White wrote:
> I'm not familiar with scp or samba.
> 
> Are these available to Windows so that I can create an application around it (API) to upload file the QNX system and 
replace existing files within the file directories?
> 
> If so, how and where do I get them?
> 
> Thanks
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post101349
> To cancel your subscription to this discussion, please e-mail general-networking-unsubscribe@community.qnx.com
Re: Transparent Distributed Processing (TDP)  
Unfortunately, I can't make changes to the existing QNX systems already in the field.
So if a Samba server is needed on each QNX system (~3000), I won't be able to use that solution.

Do you have anything else I could possible try?
Re: Transparent Distributed Processing (TDP)  
Try ftp or scp.

On Mon, May 13, 2013 at 01:44:54PM -0400, Reginald White wrote:
> Unfortunately, I can't make changes to the existing QNX systems already in the field.
> So if a Samba server is needed on each QNX system (~3000), I won't be able to use that solution.
> 
> Do you have anything else I could possible try?
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post101353
> To cancel your subscription to this discussion, please e-mail general-networking-unsubscribe@community.qnx.com