📦 nanoFramework AMQP 1.0 .NET Library
Перейти к файлу
José Simões 734ba49e69 Add support for .NET nanoFramework (#306)
- Add projects for libs (standard and micro versions)
- Tweak code files, mostly adding compiler defs to include correct namespace
- Add test project
- Add example projects
- Add nuspecs
- Update docs
- Update build queue to include nF projects
- Tweak AppVeyor yaml:
  + added a build matrix with one job running VS2015 image an the existing build
  + add a second job to the matrix running a VS2017 image and doing the nanoFramework part of the build
- Clone main solution and edit the new one for VS2017 removing all the projects, except the nanoFramework related (left the bulk of the structure there to be picked up when moving stuff to VS2017)

Signed-off-by: José Simões <jose.simoes@eclo.solutions>
2018-10-22 18:45:12 -07:00
Examples Add support for .NET nanoFramework (#306) 2018-10-22 18:45:12 -07:00
csproj net40: suppress package reference warning 2018-07-09 15:08:51 -07:00
docs Add support for .NET nanoFramework (#306) 2018-10-22 18:45:12 -07:00
dotnet Update version to 2.1.5 2018-10-12 10:16:15 -07:00
nanoFramework Add support for .NET nanoFramework (#306) 2018-10-22 18:45:12 -07:00
netmf Add support for .NET nanoFramework (#306) 2018-10-22 18:45:12 -07:00
nuspec Add support for .NET nanoFramework (#306) 2018-10-22 18:45:12 -07:00
src Add support for .NET nanoFramework (#306) 2018-10-22 18:45:12 -07:00
test Add support for .NET nanoFramework (#306) 2018-10-22 18:45:12 -07:00
.gitattributes normalize eol 2015-03-06 23:05:10 -08:00
.gitignore Add UWP project to support client SSL settings 2017-03-24 14:05:10 -07:00
README.md Add support for .NET nanoFramework (#306) 2018-10-22 18:45:12 -07:00
amqp-nanoFramework.sln Add support for .NET nanoFramework (#306) 2018-10-22 18:45:12 -07:00
amqp-netmf.sln Move netmf projects 2018-06-14 11:18:14 -07:00
amqp.2017.sln Add support for .NET nanoFramework (#306) 2018-10-22 18:45:12 -07:00
amqp.sln csproj rearrangement 2018-07-09 11:39:25 -07:00
appveyor.yml Add support for .NET nanoFramework (#306) 2018-10-22 18:45:12 -07:00
build.2017.cmd Add support for .NET nanoFramework (#306) 2018-10-22 18:45:12 -07:00
build.cmd Move netmf to its own package 2018-06-14 16:15:19 -07:00
license.txt Add license.txt 2015-08-07 13:07:01 -07:00

README.md

AMQP.Net Lite

AMQP.Net Lite is a lightweight AMQP 1.0 library for the .Net Framework, .Net Core, Windows Runtime platforms, .Net Micro Framework, .NET nanoFramework and Mono. The library includes both a client and listener to enable peer to peer and broker based messaging.
Documentation

Build status

NuGet Package Status
AMQPNetLite (main package) NuGet Version and Downloads count
AMQPNetLite.Core (.Net Core) NuGet Version and Downloads count
AMQPNetLite.Serialization (.Net Core) NuGet Version and Downloads count
AMQPNetLite.WebSockets (.Net Core) NuGet Version and Downloads count
AMQPNetLite.NetMF (NETMF) NuGet Version and Downloads count
AMQPNetLite.nanoFramework (nanoFramework) NuGet Version and Downloads count
AMQPNetMicro (NETMF) NuGet Version and Downloads count
AMQPNetMicro.nanoFramework (nanoFramework) NuGet Version and Downloads count

Features

  • Full control of AMQP 1.0 protocol behavior.
  • Peer-to-peer and brokered messaging.
  • Secure communication via TLS and SASL.
  • Extensible transport providers.
  • Sync and async API support.
  • Listener APIs to enable wide range of listener applications, including brokers, routers, proxies, and more.
  • A lightweight messaging library that runs on all popular .NET and Windows Runtime platforms.

The following table shows what features are supported on each platform/framework.

TLS SASL2 Txn Task Serializer Listener WebSockets BufferPooling
net45 + + + + + + + +
net40 + + + +3 + + +
net35 + + +
netmf   +1 +    
nanoFramework + +    
uap10 + + +
netcore451 + + +
wpa81 + + +
win8/wp8 + + +
netstandard1.34 + + + + + + +
mono/Xamarin5 + + + + + + +
  1. requires a TLS-capable device.
  2. only SASL PLAIN, EXTERNAL, and ANONYMOUS are currently supported.
  3. requires Microsoft.Bcl.Async.
  4. has 3 packages. Supports WebSocket client but not listener.
  5. projects targeting Mono/Xamarin should be able to consume the netstandard1.3 library.

Tested Platforms

  • .Net Framework 3.5, 4.0 and 4.5+.
  • .NET Micro Framework 4.2, 4.3, 4.4.
  • .NET nanoFramework 1.0.
  • .NET Compact Framework 3.9.
  • Windows Phone 8 and 8.1.
  • Windows Store 8 and 8.1. Universal Windows App 10.
  • .Net Core 1.0 on Windows 10 and Ubuntu 14.04.
  • Mono on Linux (requires v4.2.1 and up. Only the client APIs are verified and state of the listener APIs is unknown).

Getting Started

  • Quick Start Build applications from simple to complex.
  • Examples Please take a minute to look at the examples.
  • .Net Core If you are looking for information about using amqpnetlite on .Net Core (coreclr, dnxcore50, etc.), your can find the code and a Hello AMQP! example here.
  • Interested in the code? Clone and build the projects.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

If you would like to become an contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

References

For more information about the Azure Service Bus and AMQP, refer to: