Thread: RPC with C

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    134

    RPC with C

    I want to use RPC with C,
    guide me with suitable tutorial or answer me how to connect client and server?

    Its almost like JAVA's RMI.

  2. #2
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    ... what sort of RPC? I would suggest XML-RPC or JSON-RPC, however neither is easy for a beginner.

  3. #3
    Registered User
    Join Date
    May 2008
    Posts
    134

    Suggest me a simplest tutorial for each

    I just want to generate a set of integers on server (say all odd number less than 10) when requested by a client and then I send it back to client and client prints it

  4. #4
    Registered User
    Join Date
    May 2008
    Posts
    134
    I need some technology which will work on Windows.

  5. #5
    Registered User
    Join Date
    Feb 2010
    Posts
    12
    What's wrong with simple sockets and client-server model?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. RPC concurrent server in C...???
    By mr_m4x in forum C Programming
    Replies: 1
    Last Post: 03-28-2009, 11:10 PM
  2. Help in RPC please
    By Duckzilla in forum Networking/Device Communication
    Replies: 1
    Last Post: 11-26-2007, 10:54 PM
  3. RPC probe explosion.
    By Brian in forum A Brief History of Cprogramming.com
    Replies: 41
    Last Post: 08-13-2003, 09:08 PM
  4. IPC vs RPC
    By hermit in forum Tech Board
    Replies: 7
    Last Post: 09-09-2002, 09:58 AM
  5. Rpc
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 12-01-2001, 01:25 AM