Skip to content
Snippets Groups Projects
Commit ea220b28 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Updated README with python3 requirements

parent 977e7cb7
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,8 @@ Installation: ...@@ -12,7 +12,8 @@ Installation:
Requirements: Requirements:
python2 python3
python-numpy
Usage instructions: Usage instructions:
...@@ -24,8 +25,8 @@ Usage instructions: ...@@ -24,8 +25,8 @@ Usage instructions:
As default both IPv4 and IPv6 loopback devices are provided in the code, As default both IPv4 and IPv6 loopback devices are provided in the code,
use these as a starting ground for your use-case. use these as a starting ground for your use-case.
Start UDP_reflector.py first: python(2) UDP_reflector.py Start UDP_reflector.py first: python(3) UDP_reflector.py
Start UDP_client_server.py: python(2) UDP_client_server.py Start UDP_client_server.py: python(3) UDP_client_server.py
Stop with CTRL+C Stop with CTRL+C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment