Results 1 to 3 of 3

Thread: ICEPlayer Demo v1.0

  1. #1
    MMOInteractive is offline Registered User
    Name: James E. Proctor
    Organization: Personal
    Project: MMO called Rise of Heroes
    Join Date
    Jan 2010
    Posts
    28

    ICEPlayer Demo v1.0

    What is the ICEPlayer Demo:
    The ICEPlayer Demo is a rewrite of the Player Demo v2.0 using ICE (Internet Communications Engine) instead of Raknet for Networking. Graphically there's no difference between the 2 demos yet. Internally however all of the Raknet Code has been removed and ICE code inserted in it's place. All communication between the server and the client is done through RPC (remote Procedure calls). The World State inherits from the Peer slice interface which allows the server to call it's inherited methods through the Peer Proxy. Each client creates the Peer proxy and during login sends the proxy to the server where it is stored in a std::map using the client's Network ID as a key.

    I am still learning ICE myself and so I am sure there are areas that could be improved in this demo however I will continue working at it and love any and all feedback, bug fixes, ect.

    Things to be added:
    ICE comes with alot of features that I will be adding in future releases.

    Features include:

    * IceGrid: A grid computing service with features essential for large-scale applications
    * IceStorm: A sophisticated event distribution service
    * Freeze and FreezeScript: Object persistence and scripting for database migration
    * Glacier2: A firewall traversal service
    * IcePatch2: A software distribution and patching service

    Here's some information about these features from ICE's website:

    Ice is more than just an RPC platform. Besides fully-featured and high-performance RPC, Ice provides a number of services. These services supply functionality that most distributed applications require, such as event distribution or persistence.

    Yet, implementing such services is a decidedly non-trivial exercise, in particular, if you require scalability, high performance, or fault-tolerance. (And it is even harder if you need all three.)

    All Ice services scale to very large numbers of clients and servers, provide excellent performance, and can be replicated to achieve fault-tolerance and scalability. By using Ice services, you can considerably reduce development effort, while taking advantage of an industrial-strength implementation.

    Here's the compiled Client:
    Bin.rar

    and the compiled Server:
    release.rar


  2. #2
    wangjun is offline Registered User
    Name: wangjun java
    Organization: victop
    Project: ERP Integration
    Join Date
    Nov 2010
    Location
    China
    Posts
    11

    can't download

    Here's the compiled Client:
    Bin.rar

    and the compiled Server:
    release.rar

    [/QUOTE]

    can't download.

  3. #3
    MMOInteractive is offline Registered User
    Name: James E. Proctor
    Organization: Personal
    Project: MMO called Rise of Heroes
    Join Date
    Jan 2010
    Posts
    28
    I will have a updated version released in a few months. Toward the start of the new year I will be putting a test server online for public testing at which time the compiled client and Source will be released. Then during the 2nd half of 2011 I will be releasing a compiled and the source for the server once it's been tested some.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Problem with Hello demo
    By checho in forum Help Center
    Replies: 10
    Last Post: 12-01-2008, 01:40 PM
  2. Replies: 3
    Last Post: 06-06-2007, 05:57 PM
  3. Patch for slice2java, v1.5.1
    By michi in forum Patches
    Replies: 0
    Last Post: 08-19-2004, 05:53 PM
  4. ICE V1.2 When?
    By alfredt in forum Comments
    Replies: 1
    Last Post: 10-21-2003, 07:52 AM
  5. Documentation v1.0.2 now available
    By michi in forum Announcements
    Replies: 0
    Last Post: 03-14-2003, 01:57 AM

Posting Permissions

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