{"id":48684593,"url":"https://github.com/comnetshh/udptracebasedapp","last_synced_at":"2026-04-11T03:55:42.454Z","repository":{"id":122873900,"uuid":"400264418","full_name":"ComNetsHH/UDPTraceBasedApp","owner":"ComNetsHH","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-26T19:58:37.000Z","size":25,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-04-11T03:55:42.132Z","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":"gpl-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":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-26T18:14:14.000Z","updated_at":"2025-12-04T12:51:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"e790207d-fab5-46e0-a47b-199ab6df7374","html_url":"https://github.com/ComNetsHH/UDPTraceBasedApp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ComNetsHH/UDPTraceBasedApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComNetsHH%2FUDPTraceBasedApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComNetsHH%2FUDPTraceBasedApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComNetsHH%2FUDPTraceBasedApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComNetsHH%2FUDPTraceBasedApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ComNetsHH","download_url":"https://codeload.github.com/ComNetsHH/UDPTraceBasedApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComNetsHH%2FUDPTraceBasedApp/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:40.848Z","updated_at":"2026-04-11T03:55:42.433Z","avatar_url":"https://github.com/ComNetsHH.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![DOI](https://zenodo.org/badge/400264418.svg)](https://zenodo.org/badge/latestdoi/400264418)\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%2Fudptracebasedapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomnetshh%2Fudptracebasedapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomnetshh%2Fudptracebasedapp/lists"}