Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inthehand/32feet
Personal Area Networking for .NET. Open source and professionally supported
https://github.com/inthehand/32feet
bluetooth bluetooth-low-energy compact-framework dotnet irda maui net-standard nuget obex uno-platform windows-desktop windows-phone xamarin xamarin-android xamarin-ios
Last synced: 2 days ago
JSON representation
Personal Area Networking for .NET. Open source and professionally supported
- Host: GitHub
- URL: https://github.com/inthehand/32feet
- Owner: inthehand
- License: mit
- Created: 2017-03-31T20:29:44.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T21:31:43.000Z (20 days ago)
- Last Synced: 2024-12-12T23:00:19.509Z (9 days ago)
- Topics: bluetooth, bluetooth-low-energy, compact-framework, dotnet, irda, maui, net-standard, nuget, obex, uno-platform, windows-desktop, windows-phone, xamarin, xamarin-android, xamarin-ios
- Language: C#
- Homepage: https://inthehand.com/components/32feet/
- Size: 8.86 MB
- Stars: 845
- Watchers: 48
- Forks: 208
- Open Issues: 158
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - inthehand/32feet - Personal Area Networking for .NET. Open source and professionally supported (C\#)
README
# 32feet.NET - Personal Area Networking for .NET
32feet.NET is an open-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code. Supports desktop, mobile or embedded systems. 32feet.NET is free for commercial or non-commercial use. If you use the binaries you can just use the library as-is, if you make modifications to the source you need to include the 32feet.NET License.txt document and ensure the file headers are not modified/removed. The project currently consists of the following libraries:-
- Bluetooth Classic
- Bluetooth LE
- Bluetooth Permissions for Xamarin.Forms and .NET MAUI
- IOBluetooth/IOBluetoothUI bindings for Xamarin Mac
- IrDA
- Object Exchange (Obex)Bluetooth support requires .NET Framework v4.6.1 or later for desktop Windows 7, 8, 10 and 11. Android and Apple macOS and iOS are also supported using Xamarin or .NET 6.0 and above. Full platform information is [listed in the Wiki](https://github.com/inthehand/32feet/wiki#platforms).
## Support 32feet
- [Become a GitHub Sponsor](https://github.com/sponsors/peterfoot) ❤️
## Documentation / Tutorial
The user guide is available in the [Wiki](https://github.com/inthehand/32feet/wiki) section. Please start by reading it. It contains general information firstly on the various features contained in the library, and on what type of Bluetooth connection you want. It also contains information on using each feature.Detailed API documentation is available at [https://inthehand.github.io/](http://inthehand.github.io/).
## Downloading
Downloads are available here on the _Downloads_ tab. Packages are also available at NuGet:-
- InTheHand.Net.Bluetooth - Bluetooth Classic (v4.x)
[![NuGet version](https://badge.fury.io/nu/InTheHand.Net.Bluetooth.svg)](https://badge.fury.io/nu/InTheHand.Net.Bluetooth)- InTheHand.BluetoothLE - Bluetooth Low Energy (v4.x)
[![NuGet version](https://badge.fury.io/nu/InTheHand.BluetoothLE.svg)](https://badge.fury.io/nu/InTheHand.BluetoothLE)- InTheHand.Bluetooth.Permissions - Bluetooth Permissions for .NET MAUI 7.0 and Xamarin.Forms
[![NuGet version](https://badge.fury.io/nu/InTheHand.Bluetooth.Permissions.svg)](https://badge.fury.io/nu/InTheHand.Bluetooth.Permissions)- InTheHand.IOBluetooth - IOBluetooth bindings for Xamarin Mac
[![NuGet version](https://badge.fury.io/nu/InTheHand.IOBluetooth.svg)](https://badge.fury.io/nu/InTheHand.IOBluetooth)- InTheHand.IOBluetooth - IOBluetoothUI bindings for Xamarin Mac
[![NuGet version](https://badge.fury.io/nu/InTheHand.IOBluetoothUI.svg)](https://badge.fury.io/nu/InTheHand.IOBluetoothUI)- InTheHand.Net.IrDA (v4.x)
[![NuGet version](https://badge.fury.io/nu/InTheHand.Net.IrDA.svg)](https://badge.fury.io/nu/InTheHand.Net.IrDA)- InTheHand.Net.Obex (v4.x)
[![NuGet version](https://badge.fury.io/nu/InTheHand.Net.Obex.svg)](https://badge.fury.io/nu/InTheHand.Net.Obex)- 32feet.NET - Legacy (v3.x)
[![NuGet version](https://badge.fury.io/nu/32feet.NET.svg)](https://badge.fury.io/nu/32feet.NET)## Blogs
[Alan's 32feet.NET Development Blog](https://32feetnetdev.wordpress.com/)
[Peter's Blog](https://inthehand.com/blog)
## Sponsors
Thanks to our GitHub Sponsors
- [bejames095](https://github.com/bejames095)Many thanks to [NDepend](http://www.NDepend.com) for their support.
Many thanks to [Aton Spa (Italy)](http://www.aton.eu) for commissioning and funding the implementation of StoneStreet One Bluetopia support.Made with [contrib.rocks](https://contrib.rocks).