linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: 김치환 <willy@airpoint.co.kr>
To: "Q-ha Park" <qha@infoeq.com>, <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: socket programming without RTnet.
Date: Fri, 9 Jan 2004 14:30:04 +0900	[thread overview]
Message-ID: <025c01c3d671$a30702a0$21589edd@CHKIMVAIO> (raw)
In-Reply-To: 00b901c3d669$874545c0$2a21a8c0@qha


Thanks your comments.

What I want is to make some network applications just as I did with vxWorks. A 'network application' means using socket/bind/sendto/recvfrom etc APIs to send and receive data to/from outside of me or between internal tasks.

I can't figure out what kernel space' and 'userland' mean. Well I am strange with embedded linux on ppc860 because I stayed with other RTOSs such as vxWorks and Nuclues. Would you explain more in detail?

Currently I patched my kernel 2.4.20 with RTAI and loaded RTAI modules after booting. Also I loaded my 'network application' using insmod.

I still wonder why there is not any standard socket APIs in the linux ppc-embedded kernel and why I can't use sys_socket/sys_bind/sys_recvfrom/sys_sendto in net/socket.c in loadable application.

Thanks.

----- Original Message -----
From: "Q-ha Park" <qha@infoeq.com>
To: "'김치환'" <willy@airpoint.co.kr>; <linuxppc-embedded@lists.linuxppc.org>
Sent: Friday, January 09, 2004 1:31 PM
Subject: RE: socket programming without RTnet.


>
> > If I can't use those APIs, is there any good way to make a
> > socket programming without the help of RTnet?
>
> hmmm, I'm not so sure what your intention is, but why are you trying to
> play around in kernel space instead of userland if the plain network
> program is what you want?
>
> Q-ha Park
>

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2004-01-09  5:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-08 10:34 socket programming without RTnet 김치환
2004-01-09  4:31 ` Q-ha Park
2004-01-09  5:30   ` 김치환 [this message]
2004-01-09  7:20     ` Q-ha Park

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='025c01c3d671$a30702a0$21589edd@CHKIMVAIO' \
    --to=willy@airpoint.co.kr \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=qha@infoeq.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).