Swiftpack.co - Wisors/OBD2Connect as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Wisors.
Wisors/OBD2Connect 2.2.0
This is a simple implementation of a socket connection to OBD2 adapter.
⭐️ 23
🕓 2 years ago
iOS
.package(url: "https://github.com/Wisors/OBD2Connect.git", from: "2.2.0")

OBD2Connect

Swift 5.0compatible CocoaPods compatible Platform iOS License: MIT

OBD2Connect is a lightweight component. It handles serial connection to a OBD2 adapter via socket and provides you self-explanatory interface.

Getting Started

An example app is included demonstrating OBD2Connect's functionality.

Installation

CocoaPods

To integrate OBD2Connect into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'OBD2Connect'

Swift Package Manager

let package = Package(
    // ...
    dependencies: [
        .package(
            url: "https://github.com/Wisors/OBD2Connect.git",
            from: "2.2.0"
        )
    ],
    targets: [
        .target(
            name: "MyTarget",
            dependencies: ["OBD2Connect"]
        ),
    ]
)

Manual

Clone the repo and drag files from Sources folder into your Xcode project.

Requirements

  • Swift 5.0
  • iOS 9.0+
  • Xcode 12.0+

License

RunIt is available under the MIT license. See LICENSE for details.

GitHub

link
Stars: 23
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Release 2.2.0
3 years ago

Update framework to Swift 5

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics