AgoraIoT.Edge.App.SDK 1.1.52

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package AgoraIoT.Edge.App.SDK --version 1.1.52
NuGet\Install-Package AgoraIoT.Edge.App.SDK -Version 1.1.52
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="AgoraIoT.Edge.App.SDK" Version="1.1.52" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AgoraIoT.Edge.App.SDK --version 1.1.52
#r "nuget: AgoraIoT.Edge.App.SDK, 1.1.52"
#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.
// Install AgoraIoT.Edge.App.SDK as a Cake Addin
#addin nuget:?package=AgoraIoT.Edge.App.SDK&version=1.1.52

// Install AgoraIoT.Edge.App.SDK as a Cake Tool
#tool nuget:?package=AgoraIoT.Edge.App.SDK&version=1.1.52

Introduction

'Agora Edge App SDK 2.0' (AEA2) is a .NET6 and .NET7 SDK for developing Agora Edge Apps.

Content

Upon installation of the Agora.Edge.App.SDK NuGet package, several content pieces are provided to assist in app development. These may be deleted if you are familiar with their purposes and have an alternative.

  • Dockerfile.sample - Dockerfile example that can be used to create a Docker image. The file is optimized to create small images.
  • AEA.json.sample - Configuration file example which can be used as a basis for a new app.

Documentation and Tutorials

More information on the SDK and tutorials can be found here: https://slb-edge.github.io

Licensing

http://www.apache.org/licenses/LICENSE-2.0

Release Notes

1.1.52:

  • Continued fix of configuration and use of BusClient Device Id.

1.1.51:

  • Release critical bug fix related for configuration of the BusClient Device Id.

1.1.49:

  • Add ability to turn off log coloring, e.g. "AEA2:LogColoring: false". Default is 'true'.

1.1.46:

  • Fix bug in MessageId not being incremented automatically when creating a new MessageHeader. This affects RequestMsgs and IoDataReportMsgs.

1.1.45:

  • Sync with Python version fixing errors in test code and documentation.

1.0.26:

  • Update Event Message schema and set its schema version to '1.0.26'.

1.0.25:

  • Add RedisCache to provide access to local redis instance at edge. Documentation provided at slb-edge.github.io.
  • Add Event Message (preview) for distribution of events.

1.0.24:

  • Breaking change - RequestMsg.Arguments is changed to RequestMsg.Payload to be consistent with python SDK.

1.0.23:

  • Use IOTEDGE Environment variables for some well known settings... update documentation accordingly.
  • Fix bug causing printing of bus configuration

1.0.22:

  • Hot fix for Subscriptions not being set properly.

1.0.21:

  • Fix bug causing bus client not to connect. (Need a better test for this... future)
  • Provide better feedback when connect/disconnect happens in background.
  • Add SDK version when logging exceptions.

1.0.20:

  • Add systematic test of all configuration elements to assure the configuration is built... even if it is empty. Report any errors in the sources.

1.0.18:

  • Add Mock capability for Bus Client
  • Rework Configuration Defaults and Overrides via a configuration facade.
  • Rework interface to be more in sync with Python version.
  • Fix bug in configuration change notifications when rebuilding config programmatically.

1.0.13-beta

  • Deprecate AEA2:Logging:Verbosity to simpler AEA2:LogLevel
  • Deprecate AEA2:BugClient:UseDataIn and UseRequests, opting for putting 'DataIn' and 'RequestIn' in the AEA2:BusClient:Subscriptions array of topics.
  • Add ability to modify any BusClient setting via configuration while application is running.
  • Add 'response' field in RequestMsg.
  • Add DeviceId to AEA2:BusClient.
  • Add ability to add data to IoDataReportMsg without specifying DeviceId in the call.

1.0.7-beta

  • Bump the version number.

1.0.6-beta

  • Add Configuration Default and Override capability in Configuration, making them available directly using the SKD facade.
  • Add UTCDataTime() and change AgoraTimeStamp to method instead of Property to make Python and .NET SDK more similar. Both are available in SDK facade.
  • Add optional parameter to AgoraTimeStamp( DateTime tm ) to allow the TimeStamp to convert from a specific DateTime.
  • Rework documentation to include Python SDK.
  • Fix colors in logging to be similar to Python.
  • Add IoDataReportPassThrough (alpha - undocumented)

1.0.5-beta

  • Add Requeste message support with correlation ids.
  • Add 'AEA2:BusClient:UseRequestIn = true' in AEA.json to use.

1.0.4-beta

  • Fix color reset while logging.
  • Add ability to set switch dictionary for commandline arguments using SDK shortcut.

1.0.3-beta

  • Add support for .NET7.
  • Reduce cyclomatic complexity within BusClient.

1.0.2-beta

  • Upgrade netMQTT libraries to resolve deadlock issues when sending messages.
  • Fix return value from GenericBusClient.SetMessage, which always return false.

1.0.1-beta

  • Initial release after 3 internal slb versions were tested
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AgoraIoT.Edge.App.SDK:

Package Downloads
DWIS.Advisor.SDK

SDK for creation of DWIS Automation Advisors.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.53-beta 68 4/24/2024
1.1.52 115 4/9/2024
1.1.51 120 4/3/2024
1.1.49 680 2/7/2024
1.1.49-beta 491 1/22/2024
1.1.45 1,384 8/15/2023
1.0.26 1,613 6/8/2023
1.0.25 158 6/7/2023
1.0.24 214 5/18/2023
1.0.22 259 5/5/2023
1.0.21 145 5/2/2023
1.0.20 315 4/21/2023
1.0.18 183 4/12/2023
1.0.13-beta 265 3/27/2023
1.0.11-beta 966 3/21/2023
1.0.7-beta 436 2/20/2023
1.0.4-beta 293 1/5/2023
1.0.2-beta 444 11/23/2022
1.0.1-beta 196 11/14/2022