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

Add support for The Handy script upload api #164

Open
er8235ask opened this issue May 12, 2024 · 4 comments
Open

Add support for The Handy script upload api #164

er8235ask opened this issue May 12, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request maybe

Comments

@er8235ask
Copy link

Scriptplayer and HandyControl both have the options to use TheHandy via wifi locally instead of going through handyfeeling to serve the scripts. MFP only lets you go through handyfeeling which has a inconsistent latency.

@er8235ask er8235ask added the enhancement New feature or request label May 12, 2024
@Yoooi0
Copy link
Owner

Yoooi0 commented May 12, 2024

Thats not how it works. All commands go thru handy servers, you cant send commands directly from pc to the handy. What they do is just make the handy download the script from your pc, so the script does not have to go pc -> handy servers -> the handy.

You should use buttplug.io output with the handy using PolledUpdate. This should work way better than hosting a script.

@er8235ask
Copy link
Author

er8235ask commented May 12, 2024

So I'd still have to go through bluetooth and not wifi? Also hosting the script allows for more detailed scripts though doesn't it?

@Yoooi0
Copy link
Owner

Yoooi0 commented May 12, 2024

Its not really through wifi, its through internet, the apps cant control the handy locally. The scripts gets downloaded by the handy and it plays it internally.
From what I've been told the PolledUpdate through buttplug.io works better than uploading the script, but I dont have one so I cant tell.

@er8235ask
Copy link
Author

Well by saying wifi I meant internet. Apparently through "wifi" mode when using the scriptplayer feature it allows the script to be cached and the positioning to be the only thing transferred between handyfeeling and your network. Bluetooth is limited for how much data can be sent and some scripts that are detailed or fast don't work too well like vibrations over bluetooth but on wifi they work fine (internet wtv you want to call it).

@Yoooi0 Yoooi0 changed the title Add local script hosting like ScriptPlayer and HandyControl Add support for The Handy script upload api May 22, 2024
@Yoooi0 Yoooi0 added the maybe label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maybe
Projects
None yet
Development

No branches or pull requests

2 participants