07/23/2009 11:19 AM
post34430
|
On Thu, Jul 23, 2009 at 11:13:35AM -0400, Senthil K wrote:
> Hi Sean,
>
> Thanks,
>
> Its there but i want to change the code and compile.
>
> Please tell me how to compile that.
If you check out the repo you'll have several examples.
You can either make a new dir under sys/dev_qnx or
modify the sample driver. Once that's done a straight
'make' will build it.
>
> if i load it will affect any existing thing?
It there's already an io-pkt running the
previous command will in effect overlay
the socket handling of the previous. If
you want to run two io-pkt instances look
at the 'prefix' option to the tcpip proticol
in the io-pkt docs:
# io-pkt -d /fullpath/to/your/devn-foo.so -ptcpip prefix=/alt
# SOCK=/alt ifconfig
-seanb
|
|
|