Git Product home page Git Product logo

Comments (3)

Hawk777 avatar Hawk777 commented on August 26, 2024 1

First run make to compile it. Then run the testclient program, passing it the name of the network interface you want it to receive on. For example, on my desktop, I would run ./testclient enp3s0, because my Ethernet card is enp3s0. You can see the list of network interfaces on your system by running ip link or ifconfig, assuming you run Linux.

from ssl-refbox.

alefelipeoliveira avatar alefelipeoliveira commented on August 26, 2024

Great,

I already ran the program in my PC,
I have another doubt, is possible I copy some functions of testclient.cc , and transfer them to my program ¨main.cpp¨ inside of Ssl_Vision/bin/client, to receive in ¨main.cpp¨ all the SSL_Vision information, and the Referee_box information in a only program?

from ssl-refbox.

Hawk777 avatar Hawk777 commented on August 26, 2024

Sure. Most people want to receive both the vision data and the refbox data at the same time. You’ll probably want to use either some sort of event system (whatever toolkit you’re using probably has one built in, otherwise select or poll are appropriate if you’re using Linux) or else use multiple threads, since you can’t receive from both sockets at the same time.

from ssl-refbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.