1.8.0 • Published 9 years ago
raknet v1.8.0
raknet
Note: This project is not affiliated with Jenkins Software LLC nor RakNet.
UDP network library that follows the RakNet protocol for Node.js
API
createClient(options)
Create a client. options :
- host
- port
- password (optional)
- customPackets (optional)
- customTypes : native protodef types (optional)
- clientID : a long representing the client id, default to
[339844,-1917040252]
- mtuSize : default to 1492
createServer(options)
Create a server. options :
- host
- port
- name (optional)
- customPackets (optional)
- customTypes : native protodef types (optional)
- serverID : a long representing the server id, default to
[ 339724, -6627871 ]
createSerializer()
Return a raknet packet serializer, see node-protodef doc.
createDeserializer()
Return a raknet packet serializer, see node-protodef doc.
Thanks
1.8.0
9 years ago
1.7.4
9 years ago
1.7.3
10 years ago
1.7.2
10 years ago
1.7.1
10 years ago
1.7.0
10 years ago
1.6.8
10 years ago
1.6.7
10 years ago
1.6.6
10 years ago
1.6.5
10 years ago
1.6.4
10 years ago
1.6.3
10 years ago
1.6.2
10 years ago
1.6.1
10 years ago
1.6.0
10 years ago
1.5.2
10 years ago
1.5.1
10 years ago
1.5.0
10 years ago
1.4.0
10 years ago
1.3.1
10 years ago
1.3.0
10 years ago
1.2.0
10 years ago
1.1.0
10 years ago
1.0.0
10 years ago