https://github.com/michaellynx/ymodemforswift
swift版蓝牙YModem文件传输协议
https://github.com/michaellynx/ymodemforswift
bluetooth ios ota ota-update swift ymodem
Last synced: about 1 year ago
JSON representation
swift版蓝牙YModem文件传输协议
- Host: GitHub
- URL: https://github.com/michaellynx/ymodemforswift
- Owner: MichaelLynx
- Created: 2020-03-26T02:59:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T03:22:03.000Z (about 6 years ago)
- Last Synced: 2025-03-20T21:18:06.958Z (about 1 year ago)
- Topics: bluetooth, ios, ota, ota-update, swift, ymodem
- Language: Swift
- Homepage:
- Size: 28.3 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YModemForSwift
swift版YModem蓝牙文件传输协议
## 中文
简介:
工作需要使用YModem协议传输数据,但是网上没找到swift版的,只好自己写一个。
使用方式:
使用的时候需要将`BLEDataManager`、`YModem.c`、`YModem.h`三个文件拉入工程,并对`YModem.h`设置桥接。
## English
Description:
Need to use YModem to transfer data but I couldn't find an aticle of swift version about it. So I made one.
Usage:
You need to drag the following three files to your project: `BLEDataManager`、`YModem.c`、`YModem.h` and make a bridging file for `YModem.h` when you want to use it.