A twisted python server implementation of Microsoft's Server Message Block network file access protocol.
The focus is on the "modern" SMB2 protocol (Windows Vista and later) running on "direct TCP" (port 445). No support for old protocols like NetBIOS, WINS, etc.
Conversely in the first instance only the base protocol (2.02) is supported, features like encryption will come later.
Completely useless: only two packet type parsed so far. It can complete protocol negotiation and authentication. Under active development.
Mike Teo's pysmb is a pure Python SMB client library, including twisted support.