{"id":18825428,"url":"https://github.com/outsystems/latency-addon-ios","last_synced_at":"2025-08-22T05:38:51.797Z","repository":{"id":70207533,"uuid":"48743007","full_name":"OutSystems/Latency-AddOn-iOS","owner":"OutSystems","description":"AddOn to Measure Latency","archived":false,"fork":false,"pushed_at":"2016-01-07T17:16:36.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":27,"default_branch":"master","last_synced_at":"2024-12-30T04:56:07.561Z","etag":null,"topics":["engineering","odc","snyk-mobile","ssdlc-rules"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OutSystems.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}},"created_at":"2015-12-29T10:51:34.000Z","updated_at":"2024-03-05T10:13:50.000Z","dependencies_parsed_at":"2023-03-17T08:15:40.497Z","dependency_job_id":null,"html_url":"https://github.com/OutSystems/Latency-AddOn-iOS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutSystems%2FLatency-AddOn-iOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutSystems%2FLatency-AddOn-iOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutSystems%2FLatency-AddOn-iOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutSystems%2FLatency-AddOn-iOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OutSystems","download_url":"https://codeload.github.com/OutSystems/Latency-AddOn-iOS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239763667,"owners_count":19692800,"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","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":["engineering","odc","snyk-mobile","ssdlc-rules"],"created_at":"2024-11-08T00:59:25.954Z","updated_at":"2025-02-20T01:45:20.678Z","avatar_url":"https://github.com/OutSystems.png","language":"Objective-C","readme":"#LatencyWarning - OutSystems Latency Add-on v1.0\n\nThis Add-On **only works with OutSystems Servers** because it calls a specific service on OutSystems to measure the latency.\n\nHelper addon that allows to:\n\n- Measure Latency\n- Warning the user if there is a slow connection\n\nLatencyWarning add-on is constituted of two classes:\n\n- [`LatencyWarning`]\n- [`LatencyDetection`]\n\n---\n\n## Usage\n\n### Importing files\n1. Import source files into project:\n  - LatencyWarning.m\n  - LatencyWarning.h\n  - LatencyDetection.m\n  - LatencyDetection.h\n2. Make sure the implementation files are added into \"Compile Sources\" of the desired target\n4. That's it.\n\n### Example\n\n```objective-c\n\n// ApplicationViewController.h\n#import \"LatencyWarning.h\"\n\n// rest of the header file...\n\n@end\n```\n\n```objective-c\n@implementation ApplicationViewController\n\n-(void)viewDidLoad {\n  //instantiate LatencyWarning\n  LatencyWarning *latency = [[LatencyWarning alloc] initWithHostName:self.infrastructure.hostname andMainView:self.view];\n}\n\n@end\n\n```\n---\n#### Contributors\n- OutSystems - Mobility Experts\n    - João Gonçalves, \u003cjoao.goncalves@outsystems.com\u003e\n    - Rúben Gonçalves, \u003cruben.goncalves@outsystems.com\u003e\n    - Vitor Oliveira, \u003cvitor.oliveira@outsystems.com\u003e\n\n#### Document author\n- Vitor Oliveira, \u003cvitor.oliveira@outsystems.com\u003e\n\n###Copyright OutSystems, 2015\n\n---\n\nLICENSE\n=======\n\n\n[The MIT License (MIT)](http://www.opensource.org/licenses/mit-license.html)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutsystems%2Flatency-addon-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutsystems%2Flatency-addon-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutsystems%2Flatency-addon-ios/lists"}