Top 20 NuGet Packages depending on Waher.Runtime.Timing

Total dependencies: 16

Defines the IoT Gateway runtime environment.
Implements the XMPP IoT sensor data extesion as defined by the IEEE XMPP IoT Interface working group.
Implements the XMPP IoT sensor data extesion as defined by the IEEE XMPP IoT Interface working group.
Implements the XMPP IoT concentrator as defined by the IEEE XMPP IoT Interface working group. The concentrator interface allows a device to manage a set of internal virtual devices, all sharing the same XMPP connection.
Class library for communication using the CoAP protocol. DTLS encryption available through the use of the Waher.Security.DTLS library.
Light-weight class library implementing Datagram Transport Layer Security (DTLS) Version 1.2, as defined in RFC 6347. Supports Pre-shared keys and AES CCM. Loosely coupled communication layer interface. DTLS over UDP has predefined interfaces.
UWP class library for communication using the CoAP protocol. DTLS encryption available through the use of the Waher.Security.DTLS library.
Implements the XMPP IoT concentrator as defined by the IEEE XMPP IoT Interface working group. The concentrator interface allows a device to manage a set of internal virtual devices, all sharing the same XMPP connection.
Class library for resolving DNS host, mailbox and service names on the network. It also supports reverse address lookups, International Domain Names (IDN), DNS Black Lists (DNSBL), text records, and maintains a local Resource Record cache. DNS over HTTPS (DoH) can also be activated.
Class library providing a framework for building applications that can cooperate and solve problems in clusters. Communication between endpoints in clusters is performed using AES-256 encrypted datagrams over a predefined UDP Multicast channel. Only participants with access to the shared key can par...
Light-weight class library implementing Datagram Transport Layer Security (DTLS) Version 1.2, as defined in RFC 6347. Supports Pre-shared keys and AES CCM. Loosely coupled communication layer interface. DTLS over UDP has predefined interfaces.
The library extends the capabilities of the Markdown engine defined in Waher.Content.Markdown. It allows for real-time inclusion and generation of GraphViz (http://graphviz.org/) diagrams, if the software is installed on the system. Example: https://waher.se/Markdown.md#graphvizDiagrams
This library extends the capabilities of the Markdown engine defined in Waher.Content.Markdown. It allows for real-time inclusion and generation of Waher.Layout.Layout2D diagrams. Markdown documentation: https://waher.se/Markdown.md#2dLayoutDiagrams
The library extends the capabilities of the Markdown engine defined in Waher.Content.Markdown. It allows for real-time inclusion and generation of PlantUML (https://plantuml.com/) diagrams, if the software is installed on the system. Example: https://waher.se/Markdown.md#umlWithPlantuml
UWP class library that provides LWM2M interfaces for your application, using the CoAP library defined in Waher.Networking.CoAP.UWP.
Library that provides LWM2M interfaces for your application, using the CoAP library defined in Waher.Networking.CoAP.