Results 1 to 4 of 4

Thread: Here I go Again incarnated (Using Icepy from multiple machine/ OS).

  1. #1
    alexm is offline Registered User
    Name: Eskinder Alex Mesfin
    Organization: Medtronic, Inc.
    Project: www.medtronic.com
    Join Date
    Apr 2006
    Location
    In Minneapolis, Mn
    Posts
    16

    Smile Here I go Again incarnated (Using Icepy from multiple machine/ OS).

    I am working on a proof of concept using IcePy for a client/server, most of the demo comes with the distribution are good only when run localized.
    For example.
    In the demo/Ice/callback the config file is where the contact info (Proxy in ICE lingo) is defined, and how can I modify it to make the server on a static location, and the client run from any machine (IP address).
    Alex Mesfin
    Medtronic, Inc.
    www.medtronic.com

  2. #2
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,441
    Hi Alex,

    One of the FAQs in the March issue of our newsletter addresses this topic.

    Take care,
    - Mark

  3. #3
    dwayne's Avatar
    dwayne is offline ZeroC Staff
    Name: Dwayne Boone
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Jan 2005
    Location
    St. John's, Newfoundland
    Posts
    397
    Hi Alex,

    All you need to do to run the server on a separate machine is specifiy proper host information in the endpoint/proxy configuration in the config file. For example if your server is running on host 192.168.1.1 then you would modify the configuration entries to look as follows:

    Callback.Client.CallbackServer=callback:tcp -p 10000 -h 192.168.1.1:udp -p 10000 -h 192.168.1.1:ssl -p 10001 -h 192.168.1.1
    Callback.Server.Endpoints=tcp -p 10000 -h 192.168.1.1:udp -p 10000 -h 192.168.1.1:ssl -p 10001 -h 192.168.1.1

    Regards,
    Dwayne

  4. #4
    alexm is offline Registered User
    Name: Eskinder Alex Mesfin
    Organization: Medtronic, Inc.
    Project: www.medtronic.com
    Join Date
    Apr 2006
    Location
    In Minneapolis, Mn
    Posts
    16
    Thanks that helped, hope next time around I will ask hard question.
    Alex Mesfin
    Medtronic, Inc.
    www.medtronic.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Can glacier2 link one by one in many machine?
    By colorado in forum Help Center
    Replies: 0
    Last Post: 12-23-2010, 11:47 PM
  2. IcePy-3.2.1: multiple python versions
    By khigia in forum Patches
    Replies: 2
    Last Post: 01-13-2008, 08:48 AM
  3. Cannot get helloworld working on my machine
    By ruister in forum Help Center
    Replies: 2
    Last Post: 12-30-2004, 11:15 PM
  4. IcePy 2.0.0 fails, hangs on Mac OS X 10.3
    By Michael Halle in forum Bug Reports
    Replies: 1
    Last Post: 11-30-2004, 10:07 AM
  5. Multiple IceBoxes running on same machine?
    By brian in forum Help Center
    Replies: 2
    Last Post: 10-28-2003, 02:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •