Archived

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

JAVA and C++

Hello all,
I am newbie to this community and also to the ICE.
I am working on a Robot project in which i want to make a trial use of ICE.
Is it possible in to communicate from C++ (under Linux) and JAVA (under Windows) with wireless medium say wifi?
I just want to check since it is cross-platforms and cross-linguals communication.
Do you have any guidelines to do so?
- Prasad

Comments

  • bernard
    bernard Jupiter, FL
    Hello Prasad,

    Welcome to our forums!

    You can indeed use Ice for communications between a C++ program on Linux and a Java program on Windows, or any other platform/language combination. There is nothing special to do to enable such interoperability: all Ice-based applications always interoperate with other platforms and programming languages.

    Ice also runs over any IP network, whether wired or wireless.

    Best regards,
    Bernard
  • Thanks Bernard for your prompt response.
    Can i get any help link to explore the interportability usage?