[Raknet] receive and send object

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
dragonblood
Halfling
Posts: 68
Joined: Sat Apr 25, 2015 4:01 pm
x 6

[Raknet] receive and send object

Post by dragonblood »

Hi,

sorry for posting this here but it is complicated to find info about raknet and networking. I've started to program my server and my client but i Wonder how can I receive and send an object. It is possible ? How can I do please?

A+
User avatar
c6burns
Beholder
Posts: 1512
Joined: Fri Feb 22, 2013 4:44 am
Location: Deep behind enemy lines
x 139

Re: [Raknet] receive and send object

Post by c6burns »

Just a thought, but you could start by obtaining the source, looking through its documentation, and working through some of the samples
User avatar
Herb
Orc
Posts: 412
Joined: Thu Jun 04, 2009 3:21 am
Location: Kalamazoo,MI
x 38

Re: [Raknet] receive and send object

Post by Herb »

Raknet forum - http://www.jenkinssoftware.com/forum/

Raknet Manual - http://www.jenkinssoftware.com/raknet/manual/index.html

There are many ways to "send" an object. Look through the manual and the source code examples. You can use the replica system or doing it manually with bitstreams. Both of those are covered in the manual and with example code. One example uses Ogre too.