kitylam9 / moveme

Automatically exported from code.google.com/p/moveme
0 stars 0 forks source link

Unable to connect #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The move.me software is registering the controller and I have the C# software 
loaded on me computer, but how do I connect my system with the pc?  Booth 
guides were kind of vague on what I should be looking for.

Original issue reported on code.google.com by 8BitJunk...@gmail.com on 10 Aug 2011 at 4:10

GoogleCodeExporter commented 8 years ago
Hi,

Move.Me accepts connections over TCP on port 7899. When Move.Me is running, it 
advertises the IP and port in the upper left hand section of the screen. Once 
an application has connected over TCP, it sends INIT command over TCP with the 
UDP port that the server should send data back to the client. After that the 
client will have packets sent to it at a regular frequency over UDP. The server 
never sends data over the TCP connection.

All of the C# sample applications include input boxes for the IP and the port 
that the server is advertising. They also include a 'Connect' button, which 
initiates the connection. 

If you hit the Connect button and nothing happens, you have firewall issues. In 
general firewall issues are outside of the scope of the Move.Me project and you 
will have to work to resolve those yourself. But, there is another issue where 
I helped someone work through firewall issues that you can reference.

Thanks,
John

Original comment by j...@johnmccutchan.com on 10 Aug 2011 at 3:23

GoogleCodeExporter commented 8 years ago
I added the port on my firewall and it still doesn't work.  So I tried 
disabling my firewall completely.  That didn't work.  I tried even hooking my 
laptop up to my ps3 through dual usb cords. Nothing.  Any other suggestions 
would be greatly appreciated.

Original comment by brandonh...@gmail.com on 10 Aug 2011 at 7:32

GoogleCodeExporter commented 8 years ago
Dual USB cord? What does USB have to do with it?

Check your Windows firewall settings and your router firewall settings. As I 
said, this is an IT problem. 

What IP address is the Move.Me server reporting? What is the IP address of your 
machine? Can they ping each other? Can you telnet from your PC to your PS3 on 
the advertised IP / port?

Original comment by john.mcc...@gmail.com on 10 Aug 2011 at 7:53

GoogleCodeExporter commented 8 years ago
I don't know why I tried a USB.  

I am checking into the router firewall now.  Thanks for the idea and I hope it 
works.

Original comment by brandonh...@rocketmail.com on 10 Aug 2011 at 10:24

GoogleCodeExporter commented 8 years ago
User error.

Original comment by john.mcc...@gmail.com on 19 Oct 2011 at 3:58