{"id":48684604,"url":"https://github.com/comnetshh/ldacs_tracebased_app","last_synced_at":"2026-04-11T03:55:42.827Z","repository":{"id":234848427,"uuid":"654603341","full_name":"ComNetsHH/ldacs_tracebased_app","owner":"ComNetsHH","description":"Part of the LDACS MCSOTDMA Simulator, implementing the trace-based application that can realize trace-file-defined applications such as realistic Air Traffic Management (ATM) applications.","archived":false,"fork":false,"pushed_at":"2023-06-26T14:19:07.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-04-11T03:55:39.176Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ComNetsHH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-06-16T13:47:53.000Z","updated_at":"2024-11-12T05:47:40.000Z","dependencies_parsed_at":"2024-04-21T05:00:55.578Z","dependency_job_id":"5ac9db51-da53-4d02-9035-d78b96029915","html_url":"https://github.com/ComNetsHH/ldacs_tracebased_app","commit_stats":null,"previous_names":["comnetshh/ldacs_tracebased_app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ComNetsHH/ldacs_tracebased_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComNetsHH%2Fldacs_tracebased_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComNetsHH%2Fldacs_tracebased_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComNetsHH%2Fldacs_tracebased_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComNetsHH%2Fldacs_tracebased_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ComNetsHH","download_url":"https://codeload.github.com/ComNetsHH/ldacs_tracebased_app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComNetsHH%2Fldacs_tracebased_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-11T03:55:41.378Z","updated_at":"2026-04-11T03:55:42.809Z","avatar_url":"https://github.com/ComNetsHH.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8082929.svg)](https://doi.org/10.5281/zenodo.8082929)\n\n    The L-Band Digital Aeronautical Communications System (LDACS) Trace-Based App implements a trace-based application in OMNeT++ for the LDACS Air-Air Medium Access Control simulator.\n    Copyright (C) 2023  Sebastian Lindner, Konrad Fuger, Musab Ahmed Eltayeb Ahmed, Andreas Timm-Giel, Institute of Communication Networks, Hamburg University of Technology, Hamburg, Germany\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU Lesser General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU Lesser General Public License for more details.\n\n    You should have received a copy of the GNU Lesser General Public License\n    along with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\nThis repository is part of the L-Band Digital Aeronautical Communications System (LDACS) Air-Air (A/A) mode simulator that implements the proposed Medium Access Control (MAC) protocol \"Multi Channel Self-Organized TDMA (MCSOTDMA)\".\n\nThis repository implements a trace-based application for OMNeT++ that allows trace-file-based application definitions.\nFor example, it can realize realistic Air Traffic Control (ATC) communications based on trace files that describe these.\n\n\n# UdpTraceBasedApp\nOMNeT++ Trace-Based Data Traffic Application extends the INET's `UdpBasicApp` by using a trace file to trigger the packet transmission. The file is a plain text file, where every line describes the trigger time of one packet, e.g., \n\n- t\u003csub\u003e1\u003c/sub\u003e      \n- t\u003csub\u003e2\u003c/sub\u003e \n- ...\n- t\u003csub\u003elast\u003c/sub\u003e \n\nThe `UdpTraceBasedApp` application send the first packet at **t\u003csub\u003e1\u003c/sub\u003e** and the last packet at **t\u003csub\u003elast\u003c/sub\u003e**. \n## Getting Started\n1. Please download [inet-4.2.5](https://github.com/inet-framework/inet/tree/v4.2.5) for OMNeT++ 5.6.2 and import it into the simulator.\n2. Please clone this repo `UdpTraceBasedApp` and import it into OMNet++. To build it you need to do the following steps:\n    1. `inet` must be set as a project reference. This is done by right-clicking on the `UdpTraceBasedApp` project in the Project Explorer and navigate to `Properties-\u003e Project References -\u003e Select inet -\u003e Apply and Close`\n    2. Ensure the build modes of this project and `inet` are identical (both `release` or both `debug`): This is done by right-clicking on each project in the Project Explorer and navigating to `Build Configuration -\u003e Set Active -\u003e \u003cmode\u003e`\n    3. The `include paths` from INET must be added to this project such that you can write classes in your project which inherit `inet` classes. For that, you need to right-click on the `UdpTraceBasedApp` in the Project Explorer and navigate to `Properties -\u003e OMNeT++ -\u003e Makemake`, select the `src` folder in the list and then click \"Options\" in the right panel. \n    4. Go to the `Target` tab and make sure that `Shared library ...` is checked.\n    5. Now go to the `Compile` tab and make sure all checkboxes are checked. \n    6. Move to the `Link` tab and make sure that the `Link with libraries exported from...` checkbox is checked. \n    7. Finally, `Apply and Close` and you should be able to `build` the `UdpTraceBasedApp` project without errors as a project that reference the INET project.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomnetshh%2Fldacs_tracebased_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomnetshh%2Fldacs_tracebased_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomnetshh%2Fldacs_tracebased_app/lists"}