Reciving Packets

M

Mohammad ---

Hello,
I'm working on a game made in python and it now sends out packetes to my
IP:pORT I desicgnate, but any way I thought it would be ALOT eaiser if I
did the server in ruby over python since I don't even now all the stuff
I need to know to make a server in python. So they can recive and send
packets to each other right?


Thanks in advance,
Mohammad
 
B

Bira

Hello,
I'm working on a game made in python and it now sends out packetes to my
IP:pORT I desicgnate, but any way I thought it would be ALOT eaiser if I
did the server in ruby over python since I don't even now all the stuff
I need to know to make a server in python. So they can recive and send
packets to each other right?

They can - TCP/IP isn't dependent on language, so a properly written
server in Ruby will be able to receive packets sent by a properly
written Python client. The same applies to every other language
capable of handling TCP/IP.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top