holylobster / nuntius-linux

Nuntius delivers notifications from your phone or tablet to your computer
GNU General Public License v2.0
216 stars 25 forks source link

No instructions on how to get Nuntius running without bluetooth #60

Open rodneyrod opened 8 years ago

flyingrub commented 8 years ago

basically you just need to activate nuntius on both devices on the same network, and wait for a qrcode to appear on desktop then flash it on android.

rodneyrod commented 8 years ago

Yeah I've tried that but nothing shows up I'm afraid.

ryanvade commented 8 years ago

I am having the same issue. Tested with Nuntius-git and devel build of Nuntius Android app. What port is needed?

rodneyrod commented 8 years ago

Any updates?

prahal commented 8 years ago

port 12233 from https://github.com/holylobster/nuntius-linux/blob/master/src/application.vala#L338

this only apply if one use the github nuntius-android : ie so the one that let grab the qrcode and shows the the MyIP setting. The tls handshake requires the custom nuntius certificate to be registered to its custom keystore/trusmanager ... but this require pairingData fingerprint. The latter is provided by the qrcode scanned by the android app from the nuntius desktop application. The trick is the nuntius-linux application "show qrcode" is at least with gnome shell is in the application menu (top left fo the shell) and only so for the second nuntius applcation started (the first runs in the background without an User Interface).

PS: As of now, I cannot tell about the android market nuntius. Took a while to find that there was a "show qrcode" menu entry :) . Feel free to investigate.