Waher.Networking.XMPP.Control
by: Peter Waher
- 331 total downloads
- Latest version: 4.1.1
Implements the XMPP IoT control extesion as defined by the Neuro-Foundation (neuro-foundation.io).
Waher.Networking.XMPP.PEP
by: Peter Waher
- 268 total downloads
- Latest version: 3.1.0
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
- 621 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
- 248 total downloads
- Latest version: 3.1.0
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
- 540 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
- 265 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
- 658 total downloads
- Latest version: 1.15.2
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.
Waher.Persistence.Files
by: Peter Waher
- 1.714k total downloads
- Latest version: 1.15.1
Library that provides an object database that stores objects in local AES-256 encrypted files. Storage, indices, searching and retrieval is based solely on meta-data provided through the corresponding class definitions. Object serializers are created dynamically. Dynamic code is compiled.
Waher.Persistence.Serialization.Compiled
by: Peter Waher
- 366 total downloads
- Latest version: 1.10.2
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.
Waher.Persistence.XmlLedger
by: Peter Waher
- 84 total downloads
- Latest version: 1.2.2
The Waher.Persistence.XmlLedger project provides a simple ledger that records anything that happens in the database to XML files in the program data folder. Files are kept of a configurable amount of time.
Waher.Runtime.Cache
by: Peter Waher
- 135 total downloads
- Latest version: 2.1.1
Class library that helps with caching of objects in runtime environments.
Waher.Runtime.Collections
by: Peter Waher
- 48 total downloads
- Latest version: 1.0.3
Class library that contains specialized collections for increased performance.
For more information about ChunkedList, including benchmarking & performance:
https://lab.tagroot.io/Community/Post/ChunkedList
Waher.Runtime.Console
by: Peter Waher
- 51 total downloads
- Latest version: 1.2.0
Class library that helps with queueing and serialization of input and output to and from the Console in a multi-threaded environment, avoiding dead-locks when console is locked.
Waher.Runtime.Counters
by: Peter Waher
- 53 total downloads
- Latest version: 2.0.0
Class library that helps with counting events in runtime environments in a persistent and efficient and platform-independent manner.
Waher.Runtime.HashStore
by: Peter Waher
- 6 total downloads
- Latest version: 1.0.0
Class library that helps applications maintain receipts in persisted hash stores. Hash values can be easily stored in different realms, and can later be used to easily verify the existence of the hash. Hashes can also be distributed via distributed ledgers.
Waher.Runtime.Inventory
by: Peter Waher
- 513 total downloads
- Latest version: 1.4.3
Class library that keeps an inventory of types and interfaces available in your code. It also provides a means to access available types given an interface, and can find the best implementation to process a task or item. It can be used to implement an Inversion of Control Pattern, and helps instantiate interfaces, abstract classes and normal classes, including recursively instantiating constructor arguments. Handles singleton types.
Waher.Runtime.Inventory.Loader
by: Peter Waher
- 125 total downloads
- Latest version: 1.1.0
Class library that adds dynamic module loading capabilities to Waher.Runtime.Inventory.
Waher.Runtime.IO
by: Peter Waher
- 59 total downloads
- Latest version: 1.0.4
Class library that contains a small set of IO extensions and tools simplifying stream, file, string and certificate management.
Waher.Runtime.Language
by: Peter Waher
- 150 total downloads
- Latest version: 1.2.0
Class library that helps applications with language localization.
Waher.Runtime.Profiling
by: Peter Waher
- 165 total downloads
- Latest version: 1.1.1
Contains tools for profiling sequences of actions in multiple threads, as well as benchmarking. Results are accumulated, and can be exported to XML or as PlantUML Diagrams.