Skip to content
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

Support for pypkjs with physical watch? #27

Open
rintcius opened this issue Jun 10, 2016 · 0 comments
Open

Support for pypkjs with physical watch? #27

rintcius opened this issue Jun 10, 2016 · 0 comments

Comments

@rintcius
Copy link

rintcius commented Jun 10, 2016

I am looking for getting the following setup working:

  • physical watch
  • "phone" part running on a server instead of phone.

The closest thing that I could find is running pebble install --emulator <name>. This runs the phone part of the app on the server via pypkjs but (I think) this is hardcoded to be running with a simulated watch via QEMU.
What I would love to have is a setup that allows for a physical watch instead (eg using a serial port).

I think that this scenario would be very useful both for development and live scenarios since then no phone needs to be involved.

I have been scanning through the code a bit and it looks like it shouldn't take too much changes to support this. The main thing that seems to be different is that it needs to manage connections whereas the QEMU variant does not (although it would be useful in this variant too).

Would love to hear your feedback on this. (Also it's very well possible that this is already possible and that I simply haven't come across it yet.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant