Forum Topic - Net.dev SDK for QNX4.25: (5 Items)
   
Net.dev SDK for QNX4.25  
Is any were net driver development kit for QNX 4.25? 
This is a big problem to install QNX-4.25 on every machine because off unsupported ethernet hardwares. When we have got 
usb-sdk, problems with USB devices we address by our hands. How about Net.dev interface description? So we may not to 
wait new releases and to develop devices without some bad possibilities.
Re: Net.dev SDK for QNX4.25  
No, there is no dev kit for QNX4 network drivers. It is not a simple matter
to write a QNX4 network driver, so that is the reason for not having a dev
kit.


On 11-08-14 9:38 AM, "Vinnik Konstantin" <community-noreply@qnx.com> wrote:

> Is any were net driver development kit for QNX 4.25?
> This is a big problem to install QNX-4.25 on every machine because off
> unsupported ethernet hardwares. When we have got usb-sdk, problems with USB
> devices we address by our hands. How about Net.dev interface description? So
> we may not to wait new releases and to develop devices without some bad
> possibilities.
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post88096
> 
> 

-- 
Hugh Brown                      (613) 591-0931 ext. 2209 (voice)
QNX Software Systems Limited.   (613) 591-3579           (fax)
175 Terence Matthews Cres.       email:  hsbrown@qnx.com
Kanata, Ontario, Canada.
K2M 1W8
 


Re: Net.dev SDK for QNX4.25  
Netcards driver complexity is not big problem, like absent possibility to work with some popular chips. 
RE: Net.dev SDK for QNX4.25  
The complexity is not in the network drivers, it's how they are built.
QNX 4 Network drivers require the source to Net, which also requires the
source to Proc, which we are not prepared to provide.  Hence no Net
driver SDK.

-Martin.


-----Original Message-----
From: Vinnik Konstantin [mailto:community-noreply@qnx.com] 
Sent: August-23-11 1:10 PM
To: general-qnx4
Subject: Re: Net.dev SDK for QNX4.25

Netcards driver complexity is not big problem, like absent possibility
to work with some popular chips. 



_______________________________________________

General
http://community.qnx.com/sf/go/post88296
Re: Net.dev SDK for QNX4.25  
You can still build a separate driver using the resource manager interface and then use Net.fd to connect to it.  There 
will be a slight overhead, however it will allow you to still write a driver.

E.

> Netcards driver complexity is not big problem, like absent possibility to work
>  with some popular chips.