-
Notifications
You must be signed in to change notification settings - Fork 14
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 Saturn 4 Ultra #14
Comments
The protocol seems to have changed. It's now a websockets based thing, using the same structure as before. The broadcast reply includes the IP address, and the host can make a HTTP request to port 3030 to upgrade to a websocket connection. After that, command requests/replies proceed much like they did with MQTT (including leftover "topics"; maybe there's still a MQTT way to do this, but this is much simpler). Here's a stream of ChituManager talking to my S4 Ultra, including enabling the video:
|
Hey, I'm also interested in creating a utility to print wirelessly on my s4u. Hopefully this is of use to you :) |
@Metal-spoon oh hey, that's awesome, thank you! Saves me from continuing the reverse engineering, which was going to be annoying because Chitu Manager just completely stopped working for me :) |
S4U uses protocol version 3.0.0 and has more extensive features from what I can see (file listing! access to the camera feed!) but work will be needed.
The text was updated successfully, but these errors were encountered: