JoyNet
This library provides an API for networked multi-player games. It is designed around the concept of abstracting away user input into location-agnostic data structures so you can code your game without having to think about whether a player is local or remote.
The networking engine uses input aggregation and requires your game to be designed to run in a deterministic manner. In the future this engine will include rollback functionality to help hide network latency for remote players.