Bluetooth LE for iOS demo. LightBlue like demo.
https://itunes.apple.com/cn/app/lightblue-bluetooth-low-energy/id557428110?mt=8
lightblue 是iOS的BT開發中一個很好用的工具,好用但是不是自己的,所以就寫一個,這樣調試和學習iOS Bluetooth LE 更加方便。
完全仿照lightblue的center功能實現,
升級logger機制,可以在線查看,并且可以隨時把logger發給開發人員。
項目緊張,沒有時間詳細說明(一貫留坑)
demo source code:
https://github.com/chenee/DarkBlue
==============
仿照LightBlue的central模式實現全部功能,升級logger機制,可以在線查看BT log狀態(直接使用NSLog())。 并且可以隨時mail當前log給需要的人。希望這個框架可以方便您的藍牙的開發和調試。
LightBlue(https://itunes.apple.com/cn/app/lightblue-bluetooth-low-energy/id557428110?mt=8?) like Bluetooth LE demo ,with full function of central mode.
improve the debug logger ,you can lookup the log at run time without connect to Xcode you even could send the logger direct to other developer with email(e.g tester send log to developer), by your iphone.it's pretty cool. wish it could help you for your BT LE development.
BTW: logger howto ,please refer to :http://code4app.com/ios/524b9f5b6803faf178000000?or refer the "F**King Source Code :)"
the last and most important thing is : I'm still working on it ,so feel free to touch mechenee543216@gmail.com
總結
以上是生活随笔為你收集整理的Bluetooth LE for iOS demo. LightBlue like demo.的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 6. Nginx + PHP + Fas
- 下一篇: Hibernate学习笔记③