pytun icon indicating copy to clipboard operation
pytun copied to clipboard

Linux TUN/TAP wrapper for Python

Results 6 pytun issues
Sort by recently updated
recently updated
newest added

Hello, when i create a tap device and config it's. But why can't ping this machine. `tap = TunTapDevice(name="my_tap_0", flags=IFF_TAP) tap.addr = '10.10.10.117' tap.dstaddr = '10.10.10.10' tap.netmask = '255.255.255.0' tap.mtu...

Hi! I'm willing to add the library partial support for macOS. Many of the features will just returned `NotImplementedError`, but the most crucial should work just fine. Will you be...

Hello Montag, what about whl package for py3.14? In pypi it doesn't exist

* bumped cibuildwheel to 3.3.0 * added cp314 builds