how to passing message along pipes??

Dear All,
Would you tell me how I can passing a message along pipes?
I have built a token ring connected with pipes, but I don't know how to pass the message along it through the command line...
Thx.

Yours,
i-

I'm not at all sure what you're asking.
You mention token ring. I guess that means
you have two or more systems networked
with token ring network adaptors?
I also assume you're running TCP/IP?
I'm not sure what you mean by a "pipe" with
regard to token ring. As far as passing messages,
assuming you're asking about network programming,
you shoudl check out the sockets library man
pages (i.e. sendmsg, recvmsg, etc, etc...)