Library providing logic related to data source interfaces. Code Entry Point: double result = Interface.CalculateUtilization(1500, 2000, 5000, DuplexStatus.FullDuplex);
$ dotnet add package Skyline.DataMiner.Utils.InterfacesSkyline.DataMiner.Utils.Interfaces is a package available in the public nuget store that contain assemblies that handle logic related to data source interfaces (e.g. Switch Ports, Router Ethernet, ...).
These can be used for example, to calculate Utilizations on a port from a provided bitrate.
DataMiner is a transformational platform that provides vendor-independent control and monitoring of devices and services. Out of the box and by design, it addresses key challenges such as security, complexity, multi-cloud, and much more. It has a pronounced open architecture and powerful capabilities enabling users to evolve easily and continuously.
The foundation of DataMiner is its powerful and versatile data acquisition and control layer. With DataMiner, there are no restrictions to what data users can access. Data sources may reside on premises, in the cloud, or in a hybrid setup.
A unique catalog of 7000+ connectors already exist. In addition, you can leverage DataMiner Development Packages to build you own connectors (also known as "protocols" or "drivers").
[!TIP] See also: About DataMiner
At Skyline Communications, we deal in world-class solutions that are deployed by leading companies around the globe. Check out our proven track record and see how we make our customers' lives easier by empowering them to take their operations to the next level.
The "DataMiner Integration Studio" Visual Studio extension is required for development of connectors and Automation scripts using NuGets.
See Installing DataMiner Integration Studio
[!IMPORTANT] NuGets are mandatory to be installed with PackageReferences. DIS was redesigned to work with PackageReferences and be future-proof.
For more information on how to migrate from packages.config to PackageReferences, see docs.microsoft.com.
Calls to Interfaces are currently static and can be accessed through the Interface class.
double result = Interface.CalculateUtilization(1500, 2000, 5000, DuplexStatus.FullDuplex);