{"id":14971054,"url":"https://github.com/tuanpmt/blufi","last_synced_at":"2025-10-26T14:31:01.906Z","repository":{"id":56903838,"uuid":"148090347","full_name":"tuanpmt/BluFi","owner":"tuanpmt","description":"BluFi Swift library - The protocol used to set up WiFi via Bluetooth for ESP32","archived":false,"fork":false,"pushed_at":"2019-08-22T02:55:05.000Z","size":45,"stargazers_count":19,"open_issues_count":2,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-11T05:03:18.065Z","etag":null,"topics":["blufi","esp32","iot","swift"],"latest_commit_sha":null,"homepage":"https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/bluetooth/esp_blufi.html","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tuanpmt.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":"2018-09-10T02:51:58.000Z","updated_at":"2022-01-23T12:21:31.000Z","dependencies_parsed_at":"2022-08-21T02:50:15.042Z","dependency_job_id":null,"html_url":"https://github.com/tuanpmt/BluFi","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuanpmt%2FBluFi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuanpmt%2FBluFi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuanpmt%2FBluFi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuanpmt%2FBluFi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuanpmt","download_url":"https://codeload.github.com/tuanpmt/BluFi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219862782,"owners_count":16555951,"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":["blufi","esp32","iot","swift"],"created_at":"2024-09-24T13:44:39.237Z","updated_at":"2025-10-26T14:31:01.592Z","avatar_url":"https://github.com/tuanpmt.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Swift BluFi Library\n\n\n## Requirements\n\n- iOS 8.0+\n- Xcode 8.0+\n- Swift 4.0+\n\n## Getting Started\n\n## Usage\n\n## Installation\n\nThe recommended approach to use _BluFi_ in your project is using the [CocoaPods](http://cocoapods.org/) package manager, as it provides flexible dependency management and dead simple installation.\n\n### CocoaPods\n\nInstall CocoaPods if not already available:\n\n``` bash\n$ [sudo] gem install cocoapods\n$ pod setup\n```\nGo to the directory of your Xcode project, and Create and Edit your Podfile and add _BluFi_:\n\n``` bash\n$ cd /path/to/MyProject\n$ touch Podfile\n$ edit Podfile\nsource 'https://github.com/CocoaPods/Specs.git'\nplatform :ios, '8.0'\npod 'BluFi', '~\u003e 1.0.0'\n```\n\nInstall into your project:\n\n``` bash\n$ pod install\n```\n\nIf CocoaPods did not find the `BluFi 1.0.0` dependency execute this command:\n\n```bash\n$ pod repo update\n```\n\nOpen your project in Xcode from the .xcworkspace file (not the usual project file)\n\n``` bash\n$ open MyProject.xcworkspace\n```\n\n### Swift Package Manager\n\nYou can use [The Swift Package Manager](https://swift.org/package-manager) to install `BluFi` by adding the proper description to your `Package.swift` file:\n\n```swift\nimport PackageDescription\n\nlet package = Package(\n    name: \"YOUR_PROJECT_NAME\",\n    dependencies: [\n        .Package(url: \"https://github.com/tuanpmt/BluFi.git\")\n    ]\n)\n```\n\nNote that the [Swift Package Manager](https://swift.org/package-manager) is still in early design and development, for more information checkout its [GitHub Page](https://github.com/apple/swift-package-manager).\n\n### Carthage","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuanpmt%2Fblufi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuanpmt%2Fblufi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuanpmt%2Fblufi/lists"}