Results 1 to 4 of 4

Thread: porting an Ice App to IceE

  1. #1
    Paul22 is offline Registered User
    Name: Paul Coffman
    Organization: Mobot Robotics
    Project: robot status logging
    Join Date
    Jan 2009
    Posts
    1

    porting an Ice App to IceE

    I have an application written in Ice and I need to port it to IceE, my current issue is some of the header files used aren't in IceE in particular Ice/Application.h and some diffs between Ice.h and IceE.h Is the a porting guide that I haven't found?

    Another question, the comparison chart mentions SSL and UDP are not built into IceE. Does this mean neither protocol is included or "SSL using UDP" is not in IceE?
    Thanks

  2. #2
    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
    Quote Originally Posted by Paul22 View Post
    I have an application written in Ice and I need to port it to IceE, my current issue is some of the header files used aren't in IceE in particular Ice/Application.h and some diffs between Ice.h and IceE.h Is the a porting guide that I haven't found?
    There is no porting guide other than the README/INSTALL files included in the distribution. The README in particular lists the differences between Ice and Ice-E, one of which is that Ice-E does not include the Application helper class. Therefore you need to take care of the communicator initialization yourself. Take a look at any of the demos for examples of how to do this.

    Quote Originally Posted by Paul22 View Post
    Another question, the comparison chart mentions SSL and UDP are not built into IceE. Does this mean neither protocol is included or "SSL using UDP" is not in IceE?
    Ice-E does not include support for either protocol. If you have commercial need for either please contact us at sales@zeroc.com.

  3. #3
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi Paul,

    Note that there is no such thing as SSL over UDP.

    Ice supports 3 transports: tcp, ssl, and udp. You can look at "ssl" as the secure version of "tcp" (with authentication and encryption); Ice however does not provide a secure version for "udp".

    Cheers,
    Bernard
    Bernard Normier
    ZeroC, Inc.

  4. #4
    luke is offline Registered User
    Name: Lukasz Czekierda
    Organization: AGH-University of Science and Technology
    Project: teleconsultations
    Join Date
    Mar 2007
    Posts
    11

    ICE-E and SSL support

    Dear Ice Team,

    Last year you wrote about suporting SSL and UDP in ICE-E:

    Quote Originally Posted by dwayne View Post
    Ice-E does not include support for either protocol. If you have commercial need for either please contact us at sales@zeroc.com.
    Has anything changed since then? Do you plan to support SSL in ICE-E soon?

    Regards,
    Lukasz

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ice porting on Freescale Imx35
    By piccinini in forum Help Center
    Replies: 2
    Last Post: 02-18-2011, 10:52 AM
  2. Porting ICE to LabVIEW using .Net interface
    By stancilmor in forum Help Center
    Replies: 2
    Last Post: 01-28-2009, 04:19 PM
  3. Porting to Ice from Orbacus
    By amanison in forum Help Center
    Replies: 1
    Last Post: 10-20-2008, 06:17 PM
  4. Replies: 6
    Last Post: 06-16-2007, 11:03 AM
  5. Replies: 2
    Last Post: 07-02-2006, 09:27 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
  •