Panda3D Networking

Hi,

I am currently trying to write a simple Pong game (yep, the very simple pong with no extra in it)

At the moment, I’m trying to find documentations on Panda3D that allows me to do the simplest networking, as in, allow two separate computers (players) to play together? Or something along the lines of, I run the program, someone else then connects to me, and run the same program, then we can both play each other.

I have no experience in network programming at all, which is why I need a place where I can find a simple code or documentation on this.

Thanks,

Suwandy

I posted a network example a few months ago, that should be usefull to you:

https://discourse.panda3d.org/viewtopic.php?t=940

The 1.0.5 panda version also has a distributed networking example in it.