Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Running an existing SUMO python file through VEINs
  • From: Mariam Wessam Hassan Mohamed Nour <mariam.nour@xxxxxxxxxxxxxxx>
  • Date: Mon, 29 Nov 2021 00:45:40 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=knights.ucf.edu; dmarc=pass action=none header.from=knights.ucf.edu; dkim=pass header.d=knights.ucf.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=RjltudYb/JOs1hcuOGWfD9qrorjWUpS4tCgF41mGTVA=; b=lswKYBALoCjTmhvIeym4GCmvJuywa8kZxQT7qxy0Uo0Kr4TdwN3gFsu/hJs6aOuRmYv2F+1/HMUc6u+1IXxOJ2O5RyC69SXa90Vxw1MZKCGV5Mc07TcbjyzK54F7Jbv3lTEBZIVOyZihi0LKhomybV51wH4qTBgP5S3ghXp41PmLsBXidCZ6d0c8MzFc7E8ok1zH0f57mc2egIIwqVwbdWRal+KxfqMW5qql1Kv+ZawjU+MFbDJzLBKWr0wxnI4V5VhWPQatk8JdSCb9+rh7IuH7G8zIbAdJsxdKquCQvPdpasVRCluOAN1hz2nBP1twrLuvWu/HeYHxFtkIVdJLtQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=heoNRZiXDT76/D0APaUiVbqONikE4hSUFn2Xv1ppj8emBa5Hkm+eldxTEugB6jRS1QRoXZ+GlNM0ktS5i5WaLE8jJPFU2ujpL0Sb2JOv8VPgConx3aGcut7fSa1krZ9/dPbwlgmBVBwt/G04Oj1qfV/K+lwO6/s0wjO3asxY2xLih2GxqFTsiDFyzLylVIfLyfa+o0uv0CxR+pHLa/8rvWAvUUqvctLWx0wQl/MCQz13c2VS3RsMBKglcZkIEBaT+3FazSuRvzaM31UdQvynffL8eBKnmikgRypUpdCK/c5xxsng/5vKKCUnHpSqG19Dmdv0Uls+DlgQS3ZHJS026Q==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdfkuGKqHED06XzERGyZXoyoP/B/Tg==
  • Thread-topic: Running an existing SUMO python file through VEINs

Hi all,

 

I have a python file that runs sumo and implements multiple traci functions to extract traffic data and finally generating a csv file with this data.

 

I want to know if there’s a way to run the same python file but within veins (maybe by having veins connect to it instead of directly to sumo). So that I get the exact outputs from the python script after I run the veins simulation. Hence, understanding the impact of the communication algorithm I have implemented in veins on the different traffic parameters that I’m collecting using the original python script that runs sumo.

 

Thanks

Mariam

 


Back to the top