I am currently following the tutorial (https://mininet-wifi.github.io/80211p/) to install the IEEE 802.11p protocol.
However, I met many problems. I would like to ask you, install IEEE 802.11 linux kernel version is what? My kernel version is 5.5.0-050500-generic, ubuntu version is 20.04 and python version is 3.8.10.
as you see even I use
sudo apt install python3-m2cryptoand then follow the instruction "make"make
Generating regulatory.bin digitally signed by ubuntu20...
./db2bin.py regulatory.bin db.txt ~/.wireless-regdb-ubuntu20.key.priv.pem
File "./db2bin.py", line 13
print 'Usage: %s output-file input-file [key-file]' % sys.argv[0]
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Usage: %s output-file input-file [key-file]' % sys.argv[0])?
make: *** [Makefile:58: regulatory.bin] Error 1I check this py. scripts and I see they are writen in python2 version. I even try to convert them to python3 but it is not working.