houxq / flash-console

Automatically exported from code.google.com/p/flash-console
0 stars 0 forks source link

Feature request: remoting via sockets between two different computers\devices #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!
I saw you have sockets in the Remoting, but looks like it doesn't work between 
two different devices in the different networks. Could be really nice to be 
able to connect to the remote Console, even in different network.

Original issue reported on code.google.com by dmitry....@gmail.com on 26 Dec 2011 at 8:48

GoogleCodeExporter commented 8 years ago
this was supposed to work. I think it was working in 2.51. Will treat it as bug 
and get back to it.

Original comment by luay...@gmail.com on 28 Dec 2011 at 6:57

GoogleCodeExporter commented 8 years ago
Hmm, maybe it's working, I'm only now noticed it's working in the AIR only, in 
the Cc.remotingSocket() description, sorry =( But is it possible to establish 
socket remoting in the pure as3 projects?

Original comment by dmitry....@gmail.com on 28 Dec 2011 at 7:56

GoogleCodeExporter commented 8 years ago
You can't host in flash because SocketServer is only supported on AIR platform.
That is why you need AIR on at least one of the peers.

Original comment by luay...@gmail.com on 28 Dec 2011 at 8:33

GoogleCodeExporter commented 8 years ago
ServerSocket *

Original comment by luay...@gmail.com on 28 Dec 2011 at 8:35

GoogleCodeExporter commented 8 years ago
I see now, thanks for your explanation. Still, could be cool to be able to use 
not only local remoting with pure as3. Is it possible to keep this feature 
request, as request of the p2p remoting  implementation for the users who use 
Console with 10.1 and higher?

Original comment by dmitry....@gmail.com on 28 Dec 2011 at 8:43

GoogleCodeExporter commented 8 years ago
WIKI on how to set up socket remoting.
http://code.google.com/p/flash-console/wiki/Remoting

Still doesn't support connection to non-AIR remote.

Original comment by luay...@gmail.com on 23 Feb 2012 at 12:39