1.8.0 • Published 8 years ago

raknet v1.8.0

Weekly downloads
22
License
MIT
Repository
github
Last release
8 years ago

raknet

NPM version Join the chat at https://gitter.im/PrismarineJS/node-minecraft-protocol

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

8 years ago

1.7.4

8 years ago

1.7.3

8 years ago

1.7.2

8 years ago

1.7.1

8 years ago

1.7.0

8 years ago

1.6.8

8 years ago

1.6.7

8 years ago

1.6.6

8 years ago

1.6.5

8 years ago

1.6.4

8 years ago

1.6.3

8 years ago

1.6.2

8 years ago

1.6.1

8 years ago

1.6.0

8 years ago

1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago