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+
[Raknet] receive and send object
-
dragonblood
- Halfling
- Posts: 68
- Joined: Sat Apr 25, 2015 4:01 pm
- x 6
-
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
Just a thought, but you could start by obtaining the source, looking through its documentation, and working through some of the samples
-
Herb
- Orc
- Posts: 412
- Joined: Thu Jun 04, 2009 3:21 am
- Location: Kalamazoo,MI
- x 38
Re: [Raknet] receive and send object
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.
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.