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

feat: Remote Control Support #294

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    6d6c471 View commit details
    Browse the repository at this point in the history
  2. add socket remote listener

    listens on unix socket to interact with slides using command relay
    thebinary committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e6b9650 View commit details
    Browse the repository at this point in the history
  3. add socket remote controller

    client (remote controller) to communicate with socket command relay listener
    thebinary committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b75c9bd View commit details
    Browse the repository at this point in the history
  4. add remote socket coral command

    to interact with SocketRemote from command-line
    thebinary committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5d722ec View commit details
    Browse the repository at this point in the history
  5. add coral command - remote

    as remote control entry command
    thebinary committed May 15, 2024
    Configuration menu
    Copy the full SHA
    eb02c4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53000db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be740c9 View commit details
    Browse the repository at this point in the history
  8. bugfix: segmentation fault with remote socket command

    triggered when using the command with socket file that does not exist.
    thebinary committed May 15, 2024
    Configuration menu
    Copy the full SHA
    307675a View commit details
    Browse the repository at this point in the history
  9. feat: add tcp remote socket listener support

    use `socketPath` instead of `socketFile` where
    `socketPath` are in forms like:
    - unix:/tmp/slides.sock
    - tcp:localhost:8091
    thebinary committed May 15, 2024
    Configuration menu
    Copy the full SHA
    16af134 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    43d6780 View commit details
    Browse the repository at this point in the history