32feet.NET
3.5.0
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.
Install-Package 32feet.NET -Version 3.5.0
dotnet add package 32feet.NET --version 3.5.0
<PackageReference Include="32feet.NET" Version="3.5.0" />
paket add 32feet.NET --version 3.5.0
Release Notes
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
Dependencies
This package has no dependencies.
Used By
NuGet packages (7)
Showing the top 5 NuGet packages that depend on 32feet.NET:
Package | Downloads |
---|---|
Network
Network library supporting: TCP, UDP, Bluetooth, RSA, events and objects. Fast and simple, with only 48bit overhead per packet. Send and receive packets with async operations.
- .NET 4.6
- .NET Standard 2.0 (No Bluetooth support)
Examples at: https://www.indie-dev.at/overview-en/
Documentation at: https://www.indie-dev.at/NetworkLib/HelpFile_5.2.1.6/
Fork me: https://github.com/Toemsel/Network
|
|
Yats.Ports
Unified support for Serial, TCP/IP, UDP, SSH ports
|
|
32feet.Net-MVVMServices
Provides the Device, ReceiverBluetoothService and SenderBluetoothService classes for help to use 32feet.Net in WPF applications that implements the MVVM pattern.
|
|
Zebra.RFID3.SDK
The Zebra RFID SDK provides a powerful set of APIs that use directly the ZETI (Zebra Easy Text Interface) exclusively created to take full advantage of the RFD8500 performance, functionality and versatility.
|
|
BeMeterNet
A connector for BE-meter electromagnetic field measurement device.
|
GitHub repositories (2)
Showing the top 2 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#.
|
|
Toemsel/Network
C# Network Library
|