Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - about the networking interface functions: (4 Items)
   
about the networking interface functions  
the qnx ide momentics offer the powerful networking community by qconn,so I want to use the qconn to do a second 
development.
whether I can use the the community functions to get memory information on the target machines and change the global 
variables in the qnx target,etc,when I don't use the ide momentics,
I just want to call community interface functions myself to get the information from the target machine.

can any body help me 

thanks a lot
RE: about the networking interface functions  
Qconn protocol is private, you will have to roll your own.

-----Original Message-----
From: Richard Ma [mailto:community-noreply@qnx.com] 
Sent: June 11, 2009 8:24 AM
To: general-community
Subject: about the networking interface functions

the qnx ide momentics offer the powerful networking community by qconn,so I want to use the qconn to do a second 
development.
whether I can use the the community functions to get memory information on the target machines and change the global 
variables in the qnx target,etc,when I don't use the ide momentics,
I just want to call community interface functions myself to get the information from the target machine.

can any body help me 

thanks a lot

_______________________________________________
General
http://community.qnx.com/sf/go/post31468

Re: about the networking interface functions  
Yes, but it is pretty easy. Write program that do what you want on target running as local app reading commands from 
stdin and printing responses to stdout.
When it is working wrap it witch sockets, to do the same but though a socket channel. Btw, there is no functionality in 
qconn that can "change the global variables",
I don't really know what do you mean by that.

Mario Charest wrote:
> Qconn protocol is private, you will have to roll your own.
> 
> -----Original Message-----
> From: Richard Ma [mailto:community-noreply@qnx.com] 
> Sent: June 11, 2009 8:24 AM
> To: general-community
> Subject: about the networking interface functions
> 
> the qnx ide momentics offer the powerful networking community by qconn,so I want to use the qconn to do a second 
development.
> whether I can use the the community functions to get memory information on the target machines and change the global 
variables in the qnx target,etc,when I don't use the ide momentics,
> I just want to call community interface functions myself to get the information from the target machine.
> 
> can any body help me 
> 
> thanks a lot
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post31468
> 
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post31471
> 
Re: about the networking interface functions  
I want to develop a monitor and control software,which is a windows programs.

RT-LAB ,you know, is a windows program,and its target can be red-hawk,qnx,etc.

my monitor and control software is like RT-LAB,but it is a easy version of RT-LAB,its target  is only qnx 

I can download my matlab model by tcp/ip,but how can I snapshot the information on the qnx target when the model is 
running on the qnx target? RT-LAB can do this work. 

so I want to know if qnx offer interface functions on the host to snapshot the model information