C program for Inter Process communication ( Tx and RX)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hiharsh
    New Member
    • May 2007
    • 1

    C program for Inter Process communication ( Tx and RX)

    Hi Friends,

    I am trying to implement C programs say Transmit.c and Receive.c

    Transmit Program would periodicall send message while Receive program will listen to those messge.

    I will add more complexities , once i achieve this step

    How do i achieve this ?

    Do i need to worry about Inter-process communication? If yes what should i do ? I am new to this stuff.

    Regards
    Harsh



    Regards
    Harsh
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    Hi Harsh and welcome to thescripts. I am moving this thread to the C++/C forum as this is the introductions forum and technical questions won't get answered here.

    Mary

    Comment

    • svlsr2000
      Recognized Expert New Member
      • Feb 2007
      • 181

      #3
      Ya you need inter process communication for this. You can use signals or simple socket programming.

      One of the good socket programming tutorial can be found by googling "Beejs socket programming tutorial".

      Happy coding. :)

      Comment

      Working...