mirror of
https://github.com/morgan9e/noiseprotocol
synced 2026-04-14 00:14:05 +09:00
Update scapy
scapy-python3 is an unofficial fork that is getting very oudated (many bug fixes missing). Migrates to original and up-to-date scapy, which now supports both python 2 and 3
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
This example shows interoperability with Wireguard.
|
This example shows interoperability with Wireguard.
|
||||||
It connects to Wireguard service, does a handshake, sends and receives a ping.
|
It connects to Wireguard service, does a handshake, sends and receives a ping.
|
||||||
|
|
||||||
Run with noiseprotocol and scapy-python3 installed in your environment (python main.py)
|
Run with noiseprotocol and scapy installed in your environment (python main.py)
|
||||||
or directly from here (PYTHONPATH=../../ python main.py) (you still need scapy-python3)
|
or directly from here (PYTHONPATH=../../ python main.py) (you still need scapy)
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
noiseprotocol
|
noiseprotocol
|
||||||
scapy-python3
|
scapy>=2.4.0
|
||||||
|
|||||||
Reference in New Issue
Block a user