I’m working on something in node red together with a chat bot, it will script actions on the fly and execute them on the toy. The problem is, its not very feasible to use through a player like MFP. So my question is - is there any way to directly execute a funscript file and play it to the device without using a software like multifun? I’m assuming it would require some kind of custom executable to take care of it?
if you’re using a tcode compatible device you could just have the chatbot generate tcode instead of bothering with a funscript player. you’d still have to figure out how to send the tcode, but you’d cut out the middleman
Check https://trymosa.netlify.app/ and https://www.ayva-stroker-lite.io/
TCode is pretty simple by itself, and connecting to a serial device is as well
If you want to make an app I’m up to make a good js library
Write your usage and requirements, I’ll tgink about it
Hmmm
Your thing looks 90% like just an ayva lite connected to a chatbot that configs the action from the preset actions tbh
Thank you I’ll look into this over the next 2 days and report back how it goes
What’s the OS we’re working with?
Is the execution happening with an app or mimetype handler, uri handler?