{"id":18593531,"url":"https://github.com/atiq-cs/qos","last_synced_at":"2025-08-24T13:45:39.661Z","repository":{"id":89133959,"uuid":"47122621","full_name":"atiq-cs/QoS","owner":"atiq-cs","description":"CSE570 - Wireless and Mobile Networks Project","archived":false,"fork":false,"pushed_at":"2023-03-21T22:21:55.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-05-16T10:45:22.810Z","etag":null,"topics":["javascript","wireless-network"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atiq-cs.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}},"created_at":"2015-11-30T14:08:20.000Z","updated_at":"2023-03-21T21:40:22.000Z","dependencies_parsed_at":"2024-11-07T01:12:48.817Z","dependency_job_id":"dfb90bab-1e7c-47c6-ab85-0dcd14146e2f","html_url":"https://github.com/atiq-cs/QoS","commit_stats":null,"previous_names":["atiq-cs/qos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/atiq-cs/QoS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiq-cs%2FQoS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiq-cs%2FQoS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiq-cs%2FQoS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiq-cs%2FQoS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atiq-cs","download_url":"https://codeload.github.com/atiq-cs/QoS/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiq-cs%2FQoS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271877923,"owners_count":24837657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"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":["javascript","wireless-network"],"created_at":"2024-11-07T01:12:49.087Z","updated_at":"2025-08-24T13:45:39.562Z","avatar_url":"https://github.com/atiq-cs.png","language":"JavaScript","readme":"# Quality of Service\nCSE570 - Wireless and Mobile Networks Project\n\nTwo components are currently in repository\n 1. Linux Hotspot Configuration and netem settings\n 2. js code using Youtube API\n\nChanges in ASP.Net MVC Project\n[Instructions for Fedora](http://tech.saoslab.com/post/2015/11/20/fedora-22-setting-up-hostapd-to-create-hotspot)\n\n**2015-11 snapshot**  \nOn navbar we linked it like below,\n\n    \u003cli\u003e@Html.ActionLink(\"QoS Project\", \"Index\", \"WLService\")\u003c/li\u003e\n\n\nAnd, content of the controller: `Controllers\\WLServiceController.cs`,\n\n```csharp\npublic class WLServiceController : Controller\n{\n    // GET: WLService\n    /*public ActionResult Index()\n    {\n        return View();\n    }*/\n    public ActionResult Index(string video_id)\n    {\n        if (String.IsNullOrEmpty(video_id))\n            video_id = \"M7lc1UVf-VE\";\n        ViewBag.vid = video_id;\n        return View();\n    }\n}\n```\n\nOur Viewsh html file `Views\\WLService\\Index.cshtml` content,\n\n```js\n@{\n    // Some remarks about this file\n    // This is the index file for load testing\n    // Get difference time between loading the video and playing the video\n    // Set when it is buffering and or doing other activity\n    // \n    ViewBag.Title = \"Index\";\n}\n\n@section scripts {\n    \u003c!-- Use this when published to site\n    Scripts.Render(\"~/bundles/yt_qos\")  \n        to make debugging easier for now,\n        instead use this --\u003e\n    \u003cscript type=\"text/javascript\" src=\"@Url.Content(\"~/Scripts/yt_qos/main.js\")\"\u003e\u003c/script\u003e\n}\n\n\u003ch2\u003eYoutube LoadTest\u003c/h2\u003e\n\n\u003cp\u003eThis is the embedded youtube video for the experiment\u003c/p\u003e\n\u003c!-- 1. The \u003ciframe\u003e (and video player) will replace this \u003cdiv\u003e tag. --\u003e\n\u003cdiv id=\"player\"\u003e\u003c/div\u003e\n\n\u003ch4\u003eStreaming Info\u003c/h4\u003e\n\u003cdiv id=\"yt_frozen_info\"\u003eFrozen Info\u003c/div\u003e\n\u003c!-- div id=\"yt_play_info\"\u003ePlay Info\u003c/ div --\u003e\n\u003cdiv id=\"yt_play_info\"\u003e@ViewBag.vid\u003c/div\u003e\n\u003cdiv id=\"yt_event_info\"\u003eListening to API events\u003c/div\u003e\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatiq-cs%2Fqos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatiq-cs%2Fqos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatiq-cs%2Fqos/lists"}