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:
parent
4ee064641e
commit
87b703435b
1 changed files with 7 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue