*****************************************************************************
_____ _ __ __ _ _
/ ____| | | \ \ / /(_) | |
| | __ __ _ | |_ ___ ___ _ __ ___ \ \ / / _ __| | ___ ___
| | |_ | / _` || __| / __| / _ \ | '_ ` _ \ \ \/ / | | / _` | / _ \ / _ \
| |__| || (_| || |_ | (__ | (_) || | | | | | \ / | || (_| || __/| (_) |
\_____| \__,_| \__| \___| \___/ |_| |_| |_| \/ |_| \__,_| \___| \___/
*****************************************************************************
GatcomVideo: Graphical application included in Video Delivery Simulation Framework over Vehicular Networks (VDSF-VN)
Application developed in Java that allow the study of video streaming over Vehicular Networks (VANETs), including all the necessary tasks, namely: video encoding with HEVC, launching the OMNeT++ simulations in parallel, generating graphs with the results, and analysing the received video quality with several Quality of Experience (QoE) metrics: Peak Signal-to-Noise Ratio (PSNR), Structural Similarity Index Measure (SSIM), ...
GatcomVideo is part of the Video Delivery Simulation Framework over Vehicular Networks (VDSF-VN), which is composed of several components:
(1) OMNeT++ project "ppp_qos" [https://sourceforge.net/projects/vdsf-vn-ppp-qos/]
(2) GatcomSUMO [https://sourceforge.net/projects/gatcomsumo/]
(3) GatcomVideo [https://sourceforge.net/projects/gatcomvideo/]
The "ppp_qos" project and the application GatcomSUMO are downloadable from different SourceForge projects.
In addition, the application requires the following simulators/software:
(1) SUMO v1.8.0
(2) OMNeT++ v5.6.2
(3) Veins v5.1
(4) HM reference software for HEVC
Files
-----
Source code: src/GatcomVideo-xxx-src.zip
Jar file: bin/GatcomVideo-xxx.jar
Execute
-------
The jar file can be executed with:
java -jar GatcomVideo-xxx.jar
Version history
---------------
Version Date Description
----------------------------------------------------------
v3.00 01/01/2024 First version uploaded to SourceForge
If you have any suggestion or you need some special functionality,
please feel free to write to (pgarrido (at) umh (dot) es).
Citation
--------
We will appreciate if you cite the use of the GatcomVideo application
in your publications in the following form:
Text:
Garrido Abenza, P.P.; P. Malumbres, M.; Piñol, P.; López Granado, O. A Simulation Tool for Evaluating Video Streaming Architectures in Vehicular Network Scenarios. Electronics 2020, 9, 1970. https://doi.org/10.3390/electronics9111970
BibTeX:
@Article{electronics9111970,
AUTHOR = {Garrido Abenza, Pedro Pablo and P. Malumbres, Manuel and Piñol, Pablo and López Granado, Otoniel},
TITLE = {A Simulation Tool for Evaluating Video Streaming Architectures in Vehicular Network Scenarios},
JOURNAL = {Electronics},
VOLUME = {9},
YEAR = {2020},
NUMBER = {11},
ARTICLE-NUMBER = {1970},
URL = {https://www.mdpi.com/2079-9292/9/11/1970},
ISSN = {2079-9292},
DOI = {10.3390/electronics9111970}
}
Thanks!