Object-oriented wrapper around the Linux Tun/Tap device
Project description
Fork of PyTap that supports Python 2 & 3.
Installation
You can install, upgrade, and uninstall pytap2 with these commands:
$ pip install pytap2
$ pip install --upgrade pytap2
$ pip uninstall pytap2
Usage
from pytap2 import TapDevice
device = TapDevice()
device.up()
device.ifconfig(mtu=1300)
device.write(b'0000')
device.close()
Releases
1.1.0 - 2017-06-17
Allow read() to be called with a specific number of bytes to read.
1.0.0 - 2017-06-16
Initial release that supports Python 2 and 3.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytap2-1.1.0.tar.gz
(3.8 kB
view details)
File details
Details for the file pytap2-1.1.0.tar.gz
.
File metadata
- Download URL: pytap2-1.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0a281bd175574a8d5bbd74fc480eba4da8980810d89753a1493549c4e3e2097 |
|
MD5 | 5c0e518cd698ede9337091502a7e24f9 |
|
BLAKE2b-256 | f4448c27994f55acce0a25b169627afe699e11cf2a7ec1467661047517a0cc58 |