michele-segata / plexe-pyapi

Python APIs to control Plexe models in SUMO
48 stars 14 forks source link

How can I download plexe? #18

Closed xhy12345x closed 1 year ago

michele-segata commented 1 year ago

Please visit the documentation on the website: plexe.car2x.org

xhy12345x commented 1 year ago

Hello, I found that most of the plexes are on the linux or mac system. I want to ask you how to install plexe in the window system. Thanks again! Have  a good day.

3447386862 @.***

 

------------------ 原始邮件 ------------------ 发件人: "michele-segata/plexe-pyapi" @.>; 发送时间: 2023年1月25日(星期三) 晚上10:58 @.>; @.**@.>; 主题: Re: [michele-segata/plexe-pyapi] How can I download plexe? (Issue #18)

Closed #18 as completed.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

michele-segata commented 1 year ago

Plexe better works on Unix-base systems. For the best performance, you might want to install Ubuntu linux alongside your Windows installation. Otherwise, you can either use the InstantPlexe virtual machine image (but the performance is rather limited) or build the simulator for Windows as indicated in the instructions. However, given that you are writing in the issues of the Python API repository, I assume you do not need to simulate the network with Veins and OMNeT++. In such case, simply download the SUMO Windows binaries and use the APIs in this repository as indicated in the README. That should work out of the box.

MrEdwardiop commented 12 months ago

Hello, another question please, can I use Veins, OMNeT++, and SUMO to simulate Vehicular Ad hoc Networks (VANETs) in a Windows environment? or I should develop my project under Ubuntu? Thanks~

michele-segata commented 12 months ago

It should work on Windows as well, but I can't provide support for that.