[Solved] Network?

Hello everyone.

I’ve been searching information about networking in Panda3d. I’ve looked for examples around the forum and site, found lots of stuff related to it, but all the links there dead or examples were outdated… I’ve already looked through the manual, but I couldn’t get things working. I’m just wondering if somebody has any network examples or anything with network working.

Thanks in advance.

I have networking working and thought it was pretty simple. There is two layers you can use: the raw socket level and the Direct stuff. Raw sockets are just like sockets every where else while the Direct stuff is panda 3d specific. There were some great working examples of Direct networking stuff.

One of the posts in this thread has a link to a sample:
discourse.panda3d.org/viewtopic.php?t=6458

The example is working, now I can start editing the code and learning. Thanks guys!