1
0
Fork 0
mirror of https://github.com/awesome-selfhosted/awesome-selfhosted.git synced 2025-04-22 16:58:06 +02:00

Add BlueCap, BluetoothCommunicator and SmartGattLib to CommunicationSystems/Bluetooth

This commit is contained in:
niedev 2020-11-27 18:18:30 +01:00 committed by GitHub
parent 4ee064641e
commit 87b703435b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ See [Contributing](.github/CONTRIBUTING.md).
- [Bookmarks and Link Sharing](#bookmarks-and-link-sharing)
- [Calendaring and Contacts Management](#calendaring-and-contacts-management)
- [Communication systems](#communication-systems)
- [Bluetooth](#bluetooth)
- [Custom communication systems](#custom-communication-systems)
- [Email](#email)
- [Complete solutions](#complete-solutions)
@ -243,6 +244,12 @@ _See https://en.wikipedia.org/wiki/Comparison_of_CalDAV_and_CardDAV_implementati
**[`^ back to top ^`](#)**
### Bluetooth
- [BlueCap](https://github.com/troystribling/BlueCap) - Bluetooth LE library for iOS. ([Demo](https://apps.apple.com/us/app/bluecap/id931219725)) `MIT` `Swift`
- [BluetoothCommunicator](https://github.com/niedev/BluetoothCommunicator) - Bluetooth LE library to communicate between android devices. ([Demo](https://github.com/niedev/BluetoothCommunicatorExample), [Clients](https://github.com/niedev/RTranslator)) `Apache-2.0` `Java`
- [SmartGattLib](https://github.com/movisens/SmartGattLib) - Simplifies the work with Bluetooth SMART devices (a.k.a. Bluetooth Low Energy) on Android. `Apache-2.0` `Java`
### Custom communication systems
- [Centrifugo](https://github.com/centrifugal/centrifugo) - Language-agnostic real-time messaging (Websocket or SockJS) server. ([Demo](https://github.com/centrifugal/centrifugo#demo)) `MIT` `Go`