Basic IOS support #1248
Unanswered
BrendanSimon
asked this question in
Q&A
Replies: 1 comment 3 replies
-
There aren't any plans to add iOS support to Bleak. Since iOS is nearly the same as macOS, it would probably be fairly trivial to port the existing PyObjC for macOS backend to rubicon-objc. But I have a feeling that it would end up unmaintained like the Android backend currently is (you can't just run a script on Android for a quick test, you have to build a full app and compile the entire Python runtime, so it just takes too much time). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to write an app for iOS and Android that communicates with a Linux device to obtain some basic status information and display it in the app.
The linux devices may have Ethernet, serial console, WiFi or Bluetooth available (e.g. via USB adapters). Since the devices are installed high off the ground I was thinking a wireless technology would be better (and better suits mobile phones as they have WiFi and Bluetooth built-in). Bluetooth seems like the better option as WiFi connection might mean losing Internet connection (e.g. if WiFi hot spotting).
My intention was to use Beeware Toga for the GUI side of the app. As far as I'm aware Toga doesn't have support for Bluetooth services, so this is where BLEAK could play a part, but iOS support seems to be lacking.
Is there any work going on in the BLEAK community to provide basic iOS support?
I think I'd be happy with just a serial link over Bluetooth so that an app on Linux could just send out some text status info which the Toga app could parse and display.
I am open to other suggestions too as I am in the brainstorming phase.
Cheers :)
Beta Was this translation helpful? Give feedback.
All reactions