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.
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.