Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Cannot run rpiplay on multiple computers of the same network or pc #244

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 15, 2021

  1. Adding optional argv to pass the name of network interface, now the r…

    …piplay checks gets the mac address of the passed interface, this solve the bug that multiple instances of rpiplay cannot be lauch on the same network address
    Sergi030 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    cd8468d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Configuration menu
    Copy the full SHA
    2882a34 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Configuration menu
    Copy the full SHA
    66e2f72 View commit details
    Browse the repository at this point in the history
  2. Adding find_mac(const char *interface) for APPLE devices that yousuke…

    …ayada proposed (I cannot test it as I don't have any macOS device. I believe in the code proposed by yousukeayada works :D)
    Sergi030 committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    60b6714 View commit details
    Browse the repository at this point in the history