-
Notifications
You must be signed in to change notification settings - Fork 11
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
Simon not connecting. #6
Comments
I'm having the exact same issue. I'm currently running OSX Yosemite 10.10.5, and have followed the instructions for installing both the Mac app and the Pebble app. Accessibility is enabled on my Mac. Tried entering the 8 digit code on my Pebble app (Android 5.1.1), but the Mac app continues to say "No controllers connected". |
Not working for me as well. Any suggestions? |
You have to install the server and run it, then point your version towards
the server you setup.
…On Tue, May 2, 2017 at 12:09 AM, knoxjohnny ***@***.***> wrote:
Not working for me as well. Any suggestions?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD8rjWeGTkryRADnKvoCWGe9zkX-Uobiks5r1qx0gaJpZM4FxQQ2>
.
|
Thank you for your response it was my fault. I had a Internet blocker
running.
On Wed, May 3, 2017 at 7:11 AM uberman2100 ***@***.***> wrote:
You have to install the server and run it, then point your version towards
the server you setup.
On Tue, May 2, 2017 at 12:09 AM, knoxjohnny ***@***.***>
wrote:
> Not working for me as well. Any suggestions?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <
#6 (comment)>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AD8rjWeGTkryRADnKvoCWGe9zkX-Uobiks5r1qx0gaJpZM4FxQQ2
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aa-Zh4BfyUMtvyhZ3Ozq-IrOqJ4uNiEaks5r181CgaJpZM4FxQQ2>
.
--
Johnny
|
I have installed the mac app on my computer and also have the app installed on the pebble. Also ensuring that the Accessibility is turned on for the app. I am still not getting a connection to the app. I can clearly see the app running on my pebble as well as computer. But, they won't connect together.
I am curious about how the app on the mac and the pebble communicate. You input the code from the mac app into your cell phone. But, how does the pebble communicate back to your computer? The Pebble/cell phone do not have your macs IP or Bluetooth connection.
Related Links:
http://imgur.com/PPmlWYZ
http://imgur.com/zNZk8Ek
I am looking at the source and I believe you use your server as an intermediary to connect the pebble/phone to the mac. If that is true, wouldn't you need the phone/pebble to send a connection to that same server as well.
Mac App
define WS_SERVER_URL @"ws://tyhoff.com:9234"
Pebble App
Pebble.addEventListener("ready", function() {
console.log("javascript ready");
server = "ws://tyhoff.com:9234";
My question, any ideas/thoughts/suggestions theories anything? If my mental map is correct this should work. I think the question is if my cell phone is registering with your server. In which case if it is, this should work.
The text was updated successfully, but these errors were encountered: