PluginInterface2 | |
 Plugins | |
  CloudComputing | Contains the CloudClient and CloudServer plugins |
  DirectoryDeltaTransfer | Simple class to send changes between directories |
  FileListTransfer | A plugin to provide a simple way to compress and incrementally send the files in the FileList structure |
  MessageFilter | Remote incoming packets from unauthorized systems |
  NatPunchthrough | Connect systems despite both systems being behind a router |
  NatTypeDetection | Use a remote server with multiple IP addresses to determine what type of NAT your router is using |
  PacketLogger | Print out incoming messages to a target destination |
  RakNetTransport | UDP based transport implementation for the ConsoleServer |
  ReadyEvent | Peer to peer synchronized ready and unready events |
  RelayPlugin | A simple class to relay messages from one system to another through an intermediary |
  ReplicaManager3 | Third implementation of object replication |
  Router2 | Part of the NAT punchthrough solution, allowing you to connect to systems by routing through a shared connection |
  RPC | Remote procedure calls, without external dependencies |
  TeamBalancer | Set and network team selection (supports peer to peer or client/server) |
  TeamManager | Automates networking and list management for teams |
  UDPProxy | Forwards UDP datagrams from one system to another. Protocol independent |
  Lobby2Plugin | SQL based lobby system, with support for users, friends, clans, emails, ranking, and a message board |
   Lobby2Commands | Commands that can be sent to Lobby2Server from Lobby2Client |
   Lobby2Notifications | Callbacks that the Lobby2System will send to you |
   Lobby2Server | Runs the server modules that asynchronously processes Lobby2Message |
   Lobby2Client | Sends commands to Lobby2Server |
  RoomsPlugin | Networked implementation of a rooms system, where members join and leave rooms |
   RoomsCommands | Commands that can be sent to RoomsPlugin |
   RoomsNotifications | Notifications that RoomsPlugin sends to you |
  RPC3 | Remote procedure calls, powered by the 3rd party library Boost |
  SQLite3Plugin | Code to transmit SQLite3 commands across the network |