OpenMarine

Full Version: Remote for Android, OSx , Windows, Linux
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wrtite a Python script to control pypilote with my smartphone.
It work also on Osx, Linux and WIndows.
I use the framework Briefcase with Toga GUI, with the same source code you can compile to every OS  Smile
I put the app in Github
https://github.com/voilier-kalymnos/PypiloteRemote
you can find source code and app for mac, linux and android in the build folder

The app use zeroconf so no need to configure for your local network  Wink

Hope it will work for every body who need a nice remote on the bridge.

Vincent
Hej Vincent,

thank you very much for your work!
I've just tested your app on my boat and what should I say?

It works immediately!
I opended the web interface of pypilot aud checked the response time between your App and the web interface.
The response ist fast and reliable

Maybe it could be an idea to make it a little bit more "difficult" to to switch to "auto" for safety reasons or an unattended "pocket" start of pypilot. I think a double click on "auto" would be a solution.

If you`d like I can start an issue at your git too.

Michael
(2025-12-06, 03:15 PM)Moeritsen Wrote: [ -> ]Hej Vincent,

thank you very much for your work!
I've just tested your app on my boat and what should I say?

It works immediately!
I opended the web interface of pypilot aud checked the response time between your App and the web interface.
The response ist fast and reliable

Maybe it could be an idea to make it a little bit more "difficult" to to switch to "auto" for safety reasons or an unattended "pocket" start of pypilot. I think a double click on "auto" would be a solution.

If you`d like I can start an issue at your git too.

Michael

Thank you Moeritsen for your reply
I make a new version with ;
 
  1. a confirm box to engage and disengage the pilote.
  2. No more Engage button just select the mode you want and it will engage.
  3. if you lost connection a message appears in the bottum of the window

you can get i in the build folder as a v2
https://github.com/voilier-kalymnos/PypiloteRemote