C program to broadcast....

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • swetha

    #1

    C program to broadcast....

    Hi Everyone,
    I wanted to write a C program ( client ) on LInux
    which broadcasts a particular message....This broadcasted message
    should be caught by a server....which i salready running....can any1
    help me in this of how to dot it....any code or links will be very
    useful to me ...thanks in advance....

    Swetha...
  • Walter Roberson

    #2
    Re: C program to broadcast....

    In article <c977426b-3d2b-4791-a352-fdac5089c986@l1 g2000hsa.google groups.com>,
    swetha <laptop545@gmai l.comwrote:
    I wanted to write a C program ( client ) on LInux
    >which broadcasts a particular message....This broadcasted message
    >should be caught by a server....which i salready running....can any1
    >help me in this of how to dot it....any code or links will be very
    >useful to me ...thanks in advance....
    Try a linux programming newsgroup, or the unix programming newsgroup.
    What you want to do requires system-specific facilities that are
    not part of the C language itself.

    --
    "I will speculate that [...] applications [...] could actually see a
    performance boost for most users by going dual-core [...] because it
    is running the adware and spyware that [...] are otherwise slowing
    down the single CPU that user has today" -- Herb Sutter

    Comment

    • gNash

      #3
      Re: C program to broadcast....

      On Nov 16, 6:41 am, swetha <laptop...@gmai l.comwrote:
      Hi Everyone,
      I wanted to write a C program ( client ) on LInux
      which broadcasts a particular message....This broadcasted message
      should be caught by a server....which i salready running....can any1
      help me in this of how to dot it....any code or links will be very
      useful to me ...thanks in advance....
      >
      Swetha...

      I hop you might following with TCP/IP programing. you could capture
      message if you listen continuously by through port which your server
      machine connected with.

      ganesh.

      Comment

      Working...