You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love this idea, I think it's brilliant, but unfortunately it doesn't seem to work with my app :(
Repro steps:
Run client.js directly on the UniFi CloudKey via SSH, created my packet.json successfully.
Copy packet.json and server.js on a virtual machine on the same network the iPhone runs on.
It looks like this:
Run:
$ ./server.js packet.js
listening on 0.0.0.0:10001
got message from 192.168.1.43:55075 <-- my iPhone
successfully sent 154 bytes
got message from 192.168.1.43:55199
successfully sent 154 bytes
got message from 192.168.1.43:54951
successfully sent 154 bytes
got message from 192.168.1.43:55011
successfully sent 154 bytes
got message from 192.168.1.43:55075
successfully sent 154 bytes
got message from 192.168.1.43:54951
successfully sent 154 bytes
However the phone says "Device not found":
Any ideas what can be wrong?
The text was updated successfully, but these errors were encountered:
Hi,
I love this idea, I think it's brilliant, but unfortunately it doesn't seem to work with my app :(
Repro steps:
client.js
directly on the UniFi CloudKey via SSH, created mypacket.json
successfully.packet.json
andserver.js
on a virtual machine on the same network the iPhone runs on.It looks like this:
$ ./server.js packet.js listening on 0.0.0.0:10001 got message from 192.168.1.43:55075 <-- my iPhone successfully sent 154 bytes got message from 192.168.1.43:55199 successfully sent 154 bytes got message from 192.168.1.43:54951 successfully sent 154 bytes got message from 192.168.1.43:55011 successfully sent 154 bytes got message from 192.168.1.43:55075 successfully sent 154 bytes got message from 192.168.1.43:54951 successfully sent 154 bytes
However the phone says "Device not found":
Any ideas what can be wrong?
The text was updated successfully, but these errors were encountered: