Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfoot committed Mar 22, 2018
1 parent 382800b commit 86383ee
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@


# 32feet.NET - Personal Area Networking for .NET
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, 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:-

Expand All @@ -9,9 +10,19 @@
Bluetooth support requires a device with either the Microsoft, Widcomm, BlueSoleil, or Stonestreet One Bluetopia Bluetooth stack. Requires .NET Compact Framework v3.5 or above and Windows CE.NET 4.2 or above, or .NET Framework v3.5 for desktop Windows XP, Vista, 7, 8 and 10. A subset of functionality is available for Windows Phone 8 and Windows Embedded Handheld 8 in the InTheHand.Phone.Bluetooth.dll library.

## Downloading
Downloads are available here on the _Downloads_ tab. Packages are also available at NuGet, [32feet.NET](http://nuget.org/packages/32feet.NET)
[32feet.NET.Phone](http://nuget.org/packages/32feet.NET.Phone)
[InTheHand.Devices.Enumeration](http://nuget.org/packages/InTheHand.Devices.Enumeration)
Downloads are available here on the _Downloads_ tab. Packages are also available at NuGet:-

- InTheHand.Devices.Bluetooth - Modern (v4.x) - Preview
[![NuGet version](https://badge.fury.io/nu/inthehand.devices.bluetooth.svg)](https://badge.fury.io/nu/inthehand.devices.bluetooth)

- 32feet.NET - Legacy (v3.x)
[![NuGet version](https://badge.fury.io/nu/32feet.NET.svg)](https://badge.fury.io/nu/32feet.NET)

- 32feet.NET.Phone - Windows Phone
[![NuGet version](https://badge.fury.io/nu/32feet.NET.Phone.svg)](https://badge.fury.io/nu/32feet.NET.Phone)

- InTheHand.Devices.Enumeration (Windows 8 / Windows Phone Device Pickers)
[![NuGet version](https://badge.fury.io/nu/inthehand.devices.enumeration.svg)](https://badge.fury.io/nu/inthehand.devices.enumeration)

## Documentation / Tutorial
The user guide is available in the [Wiki](https://github.com/inthehand/32feet/wiki) section, and the class documentation is at [http://inthehand.github.io/] and in the release package.
Expand Down

0 comments on commit 86383ee

Please sign in to comment.