Controllong EV3 C++ with wifi

HomeForumsMonoBrick Communication LibraryControllong EV3 C++ with wifi

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4412
    Author Image
    Romain Franc
    Participant

    Hello,
    I have a problem, I would control a brick EV3 Wifi in C++.
    My problem is that MonoBrick C++ library isn’t compatible with the NXT brick.
    I succeed to get connected to the brick wifi but I can’t control it, here is my code:

    m_Connection = new Nxt_network();
    m_Connection->connect(5555, "192.168.43.34"); //Network connection

    Thank you in advance!

    • This topic was modified 9 years, 9 months ago by Author ImageRomain Franc.
    • This topic was modified 9 years, 9 months ago by Author ImageRomain Franc.
    #4415

    Yes I have same problem, please anyone can help us ?

    Thanks.

    #4424
    Author Image
    Anders Søborg
    Keymaster

    Hi

    The C++ library is for the NXT and not the EV3. Network connection with the NXT uses the MonoBrick Tunnel to establish a network connection.

    Anders

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Posted in

Make a donation