Hello,
I have written an ICE server running on Linux (C++) and an ICE client running on Windows (C#, WinForms). The server and the client use the publish-subscribe mechanism (IceStorm).
Now I would like write an ICE Client based on Silverlight. Since the ICE Client has to create an implementation to get a notification from server to client I need to include a reference to IceStorm in my Silverlight project. ICEStorm can however not be included into the Silverlight since the DLL is not built against Silverlight.
I wonder if it is possible to create a Silverlight ICE client and use the ICEStorm publish-subscribe mechanism. If so which steps must I take to create such a client.

Reply With Quote
