Skip to content

Releases: telematics-lab/IoD_Sim

Release v4.0.2

09 Jan 05:28
bff2830
Compare
Choose a tag to compare

What's Changed

  • Documentation improvements
  • Improved quick start and container usage
  • Compatibility with ns-3.42

Full Changelog: v4.0.1...v4.0.2

Release v4.0.1

02 Jun 09:23
b941330
Compare
Choose a tag to compare

Release v3.0.0

04 Apr 09:24
Compare
Choose a tag to compare

Quick changelog:

  • Introduce the Intelligent Reflecting Surface (IRS) module.
  • Upgrade to ns-3 version 3.38.
  • Support to 2D and 3D Radio Environment Maps (REMs), even though they are tested only for LTE Radio Access Networks (RANs).
  • Prefer plain Python code over Jupyter notebooks to make repo more lightweight (maybe Jupyter notebooks can be published on a separate repo, to keep reproducibility and ease usability).
  • Use non-standard JSON comments to clarify some aspects of the example scenarios.
  • Adopt a new directory structure that better fits the size of IoD_Sim code base, as the one used by ns-3 makes everything quite messy.
  • Better VSCode integration.
  • Code refactoring and generalizations.

A full paper describing the IRS module in detail is available on arXiv. If you intend to use the IRS module for research, please cite us as:

@misc{grieco2023systemlevel,
      title={A System-Level Simulation Module for Multi-UAV IRS-assisted Communications}, 
      author={Giovanni Grieco and Giovanni Iacovelli and Daniele Pugliese and Domenico Striccoli and Luigi Alfredo Grieco},
      year={2023},
      eprint={2304.00929},
      archivePrefix={arXiv},
      primaryClass={cs.NI}
}

The entire simulator is still documented on the following paper:

G. Grieco, G. Iacovelli, P. Boccadoro and L. A. Grieco, "Internet of Drones Simulator: Design, Implementation, and Performance Evaluation," in IEEE Internet of Things Journal, vol. 10, no. 2, pp. 1476-1498, 15 Jan.15, 2023, doi: 10.1109/JIOT.2022.3207324.

It can be accessed through IEEE Xplore. A preprint is also available on arXiv and here.

Release v2.0.0

04 Apr 08:35
3331e3a
Compare
Choose a tag to compare

This is an overhauled version of the simulator. The entire description is given in the following publication:

G. Grieco, G. Iacovelli, P. Boccadoro and L. A. Grieco, "Internet of Drones Simulator: Design, Implementation, and Performance Evaluation," in IEEE Internet of Things Journal, vol. 10, no. 2, pp. 1476-1498, 15 Jan.15, 2023, doi: 10.1109/JIOT.2022.3207324.
If you intend to use this simulator, please cite us above.

The publication can be accessed through IEEE Xplore. A preprint is also available on arXiv and here.

Release v1.x

04 Apr 08:31
Compare
Choose a tag to compare

This is the original release of IoD_Sim. Even if the commit doesn't exactly match the code described on the corresponding publication, a snapshot archive from 19/06/2019 is given, in order to have the code base that matches 100% the description of the publication.

If you intend to use this release for research, please cite us as:

G. Grieco, R. Artuso, P. Boccadoro, G. Piro and L. A. Grieco, "An Open Source and System-Level Simulator for the Internet of Drones," 2019 IEEE 30th International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC Workshops), Istanbul, Turkey, 2019, pp. 1-6, doi: 10.1109/PIMRCW.2019.8880832.

You can find the full paper over IEEE Xplore and a preprint is given here.