{"id":18839764,"url":"https://github.com/maximbilan/swiftipconfig","last_synced_at":"2026-05-16T00:32:30.037Z","repository":{"id":40240075,"uuid":"507345793","full_name":"maximbilan/SwiftIPConfig","owner":"maximbilan","description":"A lightweight low-level framework that displays all current TCP/IP network configuration values.","archived":false,"fork":false,"pushed_at":"2022-06-25T17:47:45.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-30T09:26:22.445Z","etag":null,"topics":["ipconfig","swift","tcp-ip"],"latest_commit_sha":null,"homepage":"","language":"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/maximbilan.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":"2022-06-25T15:21:39.000Z","updated_at":"2022-06-25T17:22:19.000Z","dependencies_parsed_at":"2022-06-27T03:45:03.416Z","dependency_job_id":null,"html_url":"https://github.com/maximbilan/SwiftIPConfig","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FSwiftIPConfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FSwiftIPConfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FSwiftIPConfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FSwiftIPConfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximbilan","download_url":"https://codeload.github.com/maximbilan/SwiftIPConfig/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239774310,"owners_count":19694701,"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":["ipconfig","swift","tcp-ip"],"created_at":"2024-11-08T02:44:00.476Z","updated_at":"2026-01-29T01:30:14.058Z","avatar_url":"https://github.com/maximbilan.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftIPConfig\n\nA lightweight low-level framework that displays all current TCP/IP network configuration values.\n\n## How to use\n\n```swift\nimport SwiftIPConfig\n\n/// Local IP address. For example: \"192.168.1.34\"\nlet ip = SwiftIPConfig.getIP()\n\n/// Gateway IP. A gateway IP refers to a device on a network which sends local network traffic to other networks. For example: \"192.168.1.1\"\nlet gatewayIP = SwiftIPConfig.getGatewayIP()\n\n/// Netmask. Netmasks (or subnet masks) are a shorthand for referring to ranges of consecutive IP addresses in the Internet Protocol. For example: \"255.255.255.0\"\nlet netmask = SwiftIPConfig.getNetmask()\n```\n\n## Swift Package Manager (SPM)\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/maximbilan/SwiftIPConfig\", from: \"0.1\"))\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximbilan%2Fswiftipconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximbilan%2Fswiftipconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximbilan%2Fswiftipconfig/lists"}