Top 20 NuGet Packages
Facade with main Hercules client interfaces and data model.
A bridge from Vostok ILog interface to Log4Net ILogger.
Voximplant API client library
A Library for storing appliation localization data into a database
A spell checking library for the ScintillaNET.
Simple XML settings library for the be used to store application settings.
Provides a Parse generic extension method for string that converts string to T and no boxing occurs
``` C#
// The following code does not occur boxing
var a1 = "123".Parse<int>(); // a1 == 123
var a3 = "123".Parse<int?>(); // a3 == 123
```
# Usage example
``` C#
using System;
using Sys...
Core library for including Message in your plugins
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
Helps with encoding and decoding of XML. It integrates with the architecture defined in Waher.Content.
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...
Class library for communication using the CoAP protocol. DTLS encryption available through the use of the Waher.Security.DTLS library.
UWP class library for communication using the CoAP protocol. DTLS encryption available through the use of the Waher.Security.DTLS library.
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 for searching and interacting with devices in the local area network using the UPnP protocol.