[Twisted-Python] Layer 2 and Twitsted

David Serafini dbs at nimbula.com
Wed Jan 16 13:05:33 EST 2013


> Date: Tue, 15 Jan 2013 14:38:47 -0500
> From: outcast <james.voip+twisted at gmail.com>
>
> Don't want to use tap type of devices. Want to be able to handle packets
> natively from the interface with minimal amount of overhead. Basically want
> my own rx_handler to python call back. Yes I want the raw ethernet frames.
> Looking at an embedded solution so its a case of less is more.

What about a kernel bypass solution like Solarflare?
You'd have to write a Python-C interface and use a special NIC, but it
would give you raw access to the packets straight off the NIC.

<dbs>



More information about the Twisted-Python mailing list