PubInv / PubInv/Yeah-Hand-Web-App

Update command protocol to send gestures and factors separately

Open
#15 1 comment 0 reactions 1 assignee View on GitHub

@GoodKimchi is already working on this.

Since Jul 7, 2026.

Dominant language
JavaScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Summary

Update the frontend and backend command handling to match the current Yeah Hand communication protocol.

Current behavior

Commands are sent as:

  • PINCH 50

Desired behavior

Gesture commands are sent independently:

  • PINCH
  • POWER

Factor values are sent separately as only a number:

  • 0
  • 30
  • 100

Notes

This change was requested after testing the current frontend and backend. It aligns the application with the current Bluetooth protocol until a future protocol revision.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.