hi,
I want to use my sumo net, rou and config files where I have simple 3 lane road with 500m. I have saved the corresponded these files to mininet-wifi/mn_wifi/sumo/data where newyork files are also exist. however the simulation does not run, I see no error but the neither sumo gui runs any vehicles nor mininet wifi nodes are moving. I see my customized network and new york network are visible in sumo-gui. Although as I told I updated the path in mininet-wifi sumo-vanet.py script with my network.
I have tested the sumo configuration without mininet the network runs individually without an issue.
thank you.Hi ,Here is my topology setup, I also attached full script: I want to have 1 access point without link each access point like you. the script works with sumo, but the connectivity tests are not working. do you have any recommendations? Also I want to be sure that for V2V and V2I which one is used for which IEEE 802.11p and IEEE.802.11g?info("*** Creating nodes\n")
# Add vehicles (cars)
cars = []
for id in range(0, 9): # Adjust number of vehicles
net.addCar(f'car{id+1}', wlans=2, encrypt=['wpa2', ''])
# Add RSUs (access points)
kwargs = {'ssid': 'vanet-ssid', 'mode': 'g', 'passwd': '123456789a',
'encrypt': 'wpa2', 'failMode': 'standalone', 'datapath': 'user'}
e1 = net.addAccessPoint('e1', mac='00:00:00:11:00:01', channel='1',
position='2600,3300,0', **kwargs)Best regardsRamon Fontes <ramonre...@gmail.com>, 21 Nis 2025 Pzt, 11:05 tarihinde şunu yazdı:
Werror
from the Makefile of crda. as link says incase there is an issue. sudo apt install python3-m2crypto
due to
sudo apt install python2-m2crypto did not work.
I am actually I always confused with this python versions support of mininet wifi.
as you see even I usesudo apt install python3-m2crypto
and 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 1from above it is python2 using I do not know details of this script, which suppose to be python3 format is it not?daniel crown <daniel...@gmail.com>, 1 May 2025 Per, 16:11 tarihinde şunu yazdı:
sudo apt install python3-m2crypto
I have python 3 version. that is why I ask you actually because when I compile the CRDA and REGDB I see that the python scripts as python2 version although I have start with using sudo apt install python3-m2crypto # python3
Dear, The error occurs because the db2bin.py script hasn't been updated for Python 3, and the print statement is causing a SyntaxError. any recommendations? Thanks
python-m2crypto did not work and I tried
python3-m2crypto and that brings python2 written issue of some files as db2pin.py and dbparse.py.
I could not figure out the issue that is why want to know there is similar problem or not. now i updated these files manually to python4 and I reach some point.
as I see in crda werror issue I did
"removeWerror
from the Makefile of crda if you have problems withkeys-gcrypt.c
." now. do you think it is okay that the setup is fine based on attachement?
Are you new to Python too?? mn_wifi/link.py is there: https://github.com/intrig-unicamp/mininet-wifi/blob/master/mn_wifi/link.pyOn Mon, May 5, 2025, 05:39 daniel crown <daniel...@gmail.com> wrote:dear, do we confirm in link.py from mininet.link import Intf, TCIntf, Link means mn_wifi.link module exist? Because I can not find exactly mn_wifi.linkI used https://github.com/intrig-unicamp/mininet-wifi to install mininet wifi exactly. I use ubuntu 16.04. Due to in ubuntu 22.04 I face 802.11p setup issue. I just want to test in ubuntu 16.04 will work for 802.11p or not?mn: error: no such option: --wifisudo mn also says can not find required executable ovs-vsctl.However I use sudo util/install.sh -Wlnfv for installation to install dependencies.bestRamon Fontes <ramonre...@gmail.com>, 2 May 2025 Cum, 15:15 tarihinde şunu yazdı:
It is your luck Daniel that Ramon is answering your level 0 answers. 80211 works when i was in my Master's degree in 2019. Please check your VM or change it.
If you need more assistance please send me Meet invite
--
You received this message because you are subscribed to the Google Groups "mininet-wifi-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mininet-wifi-dis...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/mininet-wifi-discuss/CAK8U23Y6jogHmg8WVmip8-5s2eRphrj8F7DNmihPXf-eREG9KA%40mail.gmail.com.