libmongo-client  0.1.8
Modules
Mongo Wire Protocol

The structures and functions within this module implement the MongoDB wire protocol: functions to assemble various commands into binary blobs that can be sent over the wire. More...

Collaboration diagram for Mongo Wire Protocol:

Modules

 Packets
 
 Reply handling
 
 Commands
 Each command has an id parameter, which can be used to track replies to various commands. It is the responsibility of the caller to keep track of IDs.
 

Detailed Description

The structures and functions within this module implement the MongoDB wire protocol: functions to assemble various commands into binary blobs that can be sent over the wire.

See also
Mongo Client