32feet.NET 3.5.0

dotnet add package 32feet.NET --version 3.5.0
                    
NuGet\Install-Package 32feet.NET -Version 3.5.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="32feet.NET" Version="3.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="32feet.NET" Version="3.5.0" />
                    
Directory.Packages.props
<PackageReference Include="32feet.NET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add 32feet.NET --version 3.5.0
                    
#r "nuget: 32feet.NET, 3.5.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package 32feet.NET@3.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=32feet.NET&version=3.5.0
                    
Install as a Cake Addin
#tool nuget:?package=32feet.NET&version=3.5.0
                    
Install as a Cake Tool

32feet.NET is a shared-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, ...
Note that this package does NOT include the Broadcom/Widcomm dependencies, download the library from Codeplex if you need Widcomm support.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net-cf is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on 32feet.NET:

Repository Stars
MarcFletcher/NetworkComms.Net
NetworkComms.Net is a high performance cross-platform network library written in C#.
densen2014/BlazorHybrid
关于BlazorHybrid的一切研究. 用 c # 和 Razor 创建本机移动应用和桌面应用。快速开发共享代码库运行于 Windows (Winforms/WPF/UWP)、Android、iOS、macOS、Linux 的应用。
wellshrcn/GameToysTool
在游戏中控制情趣玩具,支持大部分情趣玩具,包括郊狼3.0等设备,支持自定义适配游戏,支持共享脚本等功能
Version Downloads Last Updated
3.5.0 5,278 6/5/2012
3.4.0 196 4/29/2012
3.3.0.2 172 2/10/2012
3.3.0 343 2/10/2012

This version changes the 32feet.NET library (both desktop and NETCF) to use the .NET Framework version 3.5. Previously we compiled for .NET v2.0.

There are no code changes from our version 3.4.

The most important new features in 3.4 since 3.3 are:
• Provide callback on SelectBluetoothDeviceDialog to allow filtering of devices
• BluetoothDeviceInfo.GetVersions method
• Add Windows 8 enum values -- important for enum BluetoothDeviceInfoProperties as exposed by BluetoothWin32RadioInRangeEventArgs
• Bluetopia: Basic support for BluetoothListener

The most important fixes since 3.3 are:
• BluetoothWin32Events doesn't work on x64
• Support ObexWebRequest.Timeout on all NETCF stack (even MSFT+WM)
• Using the NETCF version on the desktop gives a unfriendly message: Unable to load DLL 'coredll.dll'

The full list of workitems is at https://32feet.codeplex.com/workitem/list/advanced?release=3.4&size=25&status=all