two or more wifi bricks

HomeForumsMonoBrick Communication Librarytwo or more wifi bricks

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4860
    Author Image
    Jesper
    Participant

    Hi, im currrently working on a project with two índependent robots. My first robot is working fine over the wifi coonnection. But is there a way i can have two bricks connected to my server over wifi, at the same time? ( use ip adress to seperate them or something else.)

    Thx for any help, the library is really good so far 🙂

    #4862
    Author Image
    Tcm0
    Participant

    It should work. Just create another brick with another name.
    var brick1 = new Brick<Sensor,Sensor,Sensor,Sensor>(“wifi”);
    var brick2 = new Brick<Sensor,Sensor,Sensor,Sensor>(“wifi”);

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

You must be logged in to reply to this topic.

Posted in

Make a donation