Top 20 NuGet Packages depending on Waher.Events

Total dependencies: 78

Implements the XMPP IoT chat extesion.
Implements the XMPP IoT provisioning extesion as defined by the IEEE XMPP IoT Interface working group.
Class library for searching and interacting with devices in the local area network using the UPnP protocol.
Class library defining generic properties for things.
Class library that helps with caching of objects in runtime environments.
Helps UWP applications with the creation and validation of Java Web Tokens (JWT), as defined in RFC 7519.
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.
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.
Library that provides a simple MQTT client.
Allows applications to use free emojis from emojione.com.
Library that serializes objects to binary form using meta-data provided through the corresponding class definitions. Object serializers are created dynamically. Dynamic code is compiled. Compatible with Waher.Persistence.Serialization.Compiled.
Class library adding support for the Publish/Subscribe extension (XEP-0060) to the XMPP Client library defined in Waher.Networking.XMPP.
Implements the clock synchronization extesion as defined by the IEEE XMPP IoT Interface working group.
Provides the XMPP client defined in Waher.Networking.XMPP with mail-extension support. The IoT Broker XMPP server supports mail extensions:: https://waher.se/Broker.md
Class library that provides classes for usage in multi-threaded asynchronous environments providing multiple-read/single-write capabilities. Support for async entry into read and/or write states, allowing for complex lock management in asynchronous methods, where different sections of the code are e...
Contains tools for simple XML validation using embedded XML schemas and transformation using embedded XSL transformations.
Contains classes simplifying working with temporary in-memory and file streams. TemporaryFile encapsulates a temporary file, manages filename and makes sure to delete the file when done. A TemporaryStream maintains content in-memory if below a threshold size limit, and switches to a TemporaryFile wh...
Contains a specialised FIFO Queue for asynchronous transport of items between tasks. You can have multiple working tasks adding items to the queue, as well as multiple working tasks subscribing to items from the queue.