Files
noiseprotocol/examples/wireguard/README.md
gpotter2 f0761b888a 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
2018-06-04 11:29:40 +02:00

6 lines
294 B
Markdown

This example shows interoperability with Wireguard.
It connects to Wireguard service, does a handshake, sends and receives a ping.
Run with noiseprotocol and scapy installed in your environment (python main.py)
or directly from here (PYTHONPATH=../../ python main.py) (you still need scapy)