RobotinoSim Linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vevenom
    Junior Member
    • Mar 2016
    • 2

    #1

    RobotinoSim Linux

    Hi, I'm new to Robotino and have few questions regarding the Robotino Sim.

    Is there a way of installing Robotino Sim on Linux? All I can see on the official page is an .exe installation file?
    And can I simulate my c++ program on Robotino Sim?

    Thanks.
  • vevenom
    Junior Member
    • Mar 2016
    • 2

    #2
    I have managed to install it through wine. I can open the TCP connection now through terminal using "nc 127.0.0.1 12080" but I
    cannot connect through my c++ program using
    com.setAddress("127.0.0.1:12080"), I am getting "Com Error: The connection has been refused." Any ideas on this part?

    Comment

    Working...