ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.82k stars 882 forks source link

CoreBluetooth API #1036

Open trunone opened 3 years ago

trunone commented 3 years ago

Is possible to wrap CoreBluetooth API into iSH? Like what Pythonista Module did. http//omz-software.com/pythonista/docs/ios/cb.html

tbodt commented 3 years ago

Don't know how well Linux bluetooth APIs match up with iOS. It's certainly not going to be high priority. What would you want to use this for?

trunone commented 3 years ago

Don't know how well Linux bluetooth APIs match up with iOS. It's certainly not going to be high priority. What would you want to use this for?

I want to use my old iPhone as Bluetooth LE devices gateway. Convert information to MQTT or other IIoT protocols. For scripting app, I only found Pythonista has CoreBluetooth API. So if iSH can support it, would be nice. Thank you.