Archived

This forum has been archived. Please start a new discussion on GitHub.

Wireless protocol plug-in

Hi,
We want to use ICE on a distributed system where some of the nodes will be across a wireless link. All wireless communication takes place through a single server. I want to write a plug-in that enables ICE to work on this protocol.

Firstly, is this possible? It would effectively require the server to act as a proxy for all the nodes across the wireless link, and hence the server would need to listen on mulitiple IP addresses. Ideally, objects would not know whether they were communicating to or from a wireless or wired node.

Secondly, is there any documentation on how to write a plug-in? I haven't been able to find anything.

Regards,

Charles

Comments

  • marc
    marc Florida
    I would need to know the details of your wireless protocol to comment on whether a plug-in is possible or not.

    No documentation exists for how to write a plug-in, other than the documented source code for the existing plug-ins.