Waher.Content.QR
by: Peter Waher
- 144 total downloads
- Latest version: 2.1.2
The library contains a light-weight managed encoder of QR codes. It can generate both text-based output (using block characters) for display on text devices, as well as images and color-coded codes. Contains methods for customization of QR-codes, including controlling color and shape of dots, overlaying of images, and procedural coloring.
Waher.Content.Semantic
by: Peter Waher
- 200 total downloads
- Latest version: 2.3.0
The library contains encoders and decoders of semantic information, using well-known formats defined by the W3C for the semantic web, such as Turtle, RDF/XML and SPARQL results. Library also contains abstraction layer and extensiblea architecture for literals, as well as interfaces for semantic cubes for procedural access of semantic information.
Waher.Content.Xml
by: Peter Waher
- 760 total downloads
- Latest version: 3.1.3
Helps with encoding and decoding of XML. It integrates with the architecture defined in Waher.Content.
Waher.Content.Xsl
by: Peter Waher
- 256 total downloads
- Latest version: 3.0.3
Contains tools for simple XML validation using embedded XML schemas and transformation using embedded XSL transformations.
Waher.Events
by: Peter Waher
- 547 total downloads
- Latest version: 1.4.5
The Waher.Events project provides the basic architecture and framework for event logging in applications.
Waher.Events.Console
by: Peter Waher
- 206 total downloads
- Latest version: 1.2.1
Outputs events to the standard console output.
Waher.Events.Files
by: Peter Waher
- 255 total downloads
- Latest version: 1.2.1
Implements event sinks that output incoming events to files.
Waher.Events.Persistence
by: Peter Waher
- 480 total downloads
- Latest version: 1.2.1
The Waher.Events.Persistence project creates an even sink that stores incoming (logged) events in the local object database, as defined by Waher.Persistence. Event life time in the database is defined in the constructor. Searches can be made for historical events.
Waher.Networking
by: Peter Waher
- 1.086k total downloads
- Latest version: 4.5.3
Library that provides the basic architecture and tools for all networking libraries. This includes sniffers, simplified communication libraries for text and/or binary protocols, etc., as well as classes for building client and server applications.
Waher.Networking.MQTT
by: Peter Waher
- 555 total downloads
- Latest version: 3.1.0
Library that provides a simple MQTT client.
Waher.Networking.XMPP
by: Peter Waher
- 1.917k total downloads
- Latest version: 4.2.3
Class library for communication using the XMPP protocol. Library contains both client-to-server and component-to-server communication classes. Classes can be extended freely by external modules. XMPP Extensions supported by the library by default include:
XEP-0004: Data Forms
XEP-0030: Service Discovery
XEP-0047: In-band Bytestreams
XEP-0049: Private XML Storage
XEP-0055: Jabber Search
XEP-0059: Result Set Management
XEP-0068: Field Standardization for Data Forms
XEP-0077: In-band Registration
XEP-0092: Software Version
XEP-0114: Jabber Component Protocol
XEP-0115: Entity Capabilities
XEP-0122: Data Forms Validation
XEP-0128: Service Discovery Extensions
XEP-0141: Data Forms Layout
XEP-0172: User Nickname
XEP-0184: Message Delivery Receipts
XEP-0191: Blocking Command
XEP-0199: XMPP Ping
XEP-0221: Data Forms Media Element
XEP-0231: Bits of Binary
XEP-0331: Data Forms - Color Field Types
XEP-0336: Data Forms - Dynamic Forms
XEP-0348: Signing Forms
XEP-0363: HTTP File Upload
XEP-0377: Spam Reporting
Support for other extensions is provided by separate nuget packages. See: https://waher.se/IoTGateway/Libraries.md#networking
Waher.Networking.XMPP.Avatar
by: Peter Waher
- 384 total downloads
- Latest version: 3.1.1
Class library adding support for managing avatars to the XMPP Client library defined in Waher.Networking.XMPP.
Waher.Networking.XMPP.Concentrator
by: Peter Waher
- 1.225k total downloads
- Latest version: 4.2.3
Implements the XMPP IoT concentrator as defined by the Neuro-Foundation (neuro-foundation.io). The concentrator interface allows a device to manage a set of internal virtual devices, all sharing the same XMPP connection.
Waher.Networking.XMPP.Control
by: Peter Waher
- 570 total downloads
- Latest version: 4.1.2
Implements the XMPP IoT control extesion as defined by the Neuro-Foundation (neuro-foundation.io).
Waher.Networking.XMPP.PEP
by: Peter Waher
- 471 total downloads
- Latest version: 3.1.1
Class library adding support for the Personal Eventing Protocol (XEP-0163) to the XMPP Client library defined in Waher.Networking.XMPP. Other related extensions supported include:
XEP-0080: User Location
XEP-0084: User Avatar
XEP-0107: User Mood
XEP-0108: User Activity
XEP-0118: User Tune
Waher.Networking.XMPP.Provisioning
by: Peter Waher
- 944 total downloads
- Latest version: 4.1.1
Implements the XMPP IoT provisioning extesion as defined by the Neuro-Foundation (neuro-foundation.io).
Waher.Networking.XMPP.PubSub
by: Peter Waher
- 462 total downloads
- Latest version: 3.1.1
Class library adding support for the Publish/Subscribe extension (XEP-0060) to the XMPP Client library defined in Waher.Networking.XMPP.
Waher.Networking.XMPP.Sensor
by: Peter Waher
- 909 total downloads
- Latest version: 4.1.3
Implements the XMPP IoT sensor data extesion as defined by the Neuro-Foundation (neuro-foundation.io).
Waher.Networking.XMPP.Synchronization
by: Peter Waher
- 385 total downloads
- Latest version: 4.1.0
Implements the clock synchronization extesion as defined by the Neuro-Foundation (neuro-foundation.io).
Waher.Persistence
by: Peter Waher
- 1.076k total downloads
- Latest version: 1.16.0
The Waher.Persistence project provides the basic architecture and framework for accessing objects in an object database, based solely on meta-data provided through the corresponding class definitions.