telescope-dotnet
- 1,779 total downloads
- last updated 3/5/2021
- Latest version: 0.4.3
Contains basic abstractions and interfaces to implement different types of conncetors. Potential connectors may be used for HTTP-, MQTT-, S7- or SMTP-based protocols.
- 1,065 total downloads
- last updated 1/19/2021
- Latest version: 0.2.0
Extends Microsofts ILogger interface and provides static access to bind logger factories and use them within the entire architecture. Depends on the assembly Microsoft.Extensions.Logging.Abstractions.
- 990 total downloads
- last updated 1/21/2021
- Latest version: 0.3.3
Contains an implementation of the IConnectable interface for the Siemens S7 protocol. Depends on the assembly TeleScope.Connectors.Plc.Abstractions and Sharp7.
- 839 total downloads
- last updated 3/5/2021
- Latest version: 0.3.3
Contains further abstractions and interfaces to implement HTTP connectors. Depends on the assembly TeleScope.Connectors.Abstractions.
- 833 total downloads
- last updated 1/19/2021
- Latest version: 0.1.3
Provides common logic to simplify command line applications e.g. reading the start arguments.
- 813 total downloads
- last updated 3/5/2021
- Latest version: 0.3.3
Contains an implementation of the IHttpConnectable interface for HTTP connections. Depends only on the assembly TeleScope.Connectors.Http.Abstractions and uses the .NET library System.Net.Http internally.
- 808 total downloads
- last updated 1/19/2021
- Latest version: 0.2.1
Implements extensions to use Serilog with preconfigured settings and adds them to Microsofts LoggerFactory. Depends on the assembly TeleScope.Logging.
- 772 total downloads
- last updated 1/19/2021
- Latest version: 0.3.2
Contains further specialized abstractions and interfaces to implement PLC connectors like for the S7 protocol. Depends on the assembly TeleScope.Connectors.Abstractions.
- 592 total downloads
- last updated 2/28/2021
- Latest version: 0.6.0
Contains an implementation of the IReadable and IWritable interfaces to access Character Seperated Value files. Depends on the assemblies TeleScope.Persistence.Abstractions.
- 560 total downloads
- last updated 2/28/2021
- Latest version: 0.6.0
Contains abstractions to implement a persistence layer for any kind of data source with a minimal contract.
- 532 total downloads
- last updated 4/11/2021
- Latest version: 0.3.3
Contains an implementation of the IConnectable interface for Mqtt. Depends on the assemblies TeleScope.Connectors.Mqtt.Abstractions and MQTTnet.
- 428 total downloads
- last updated 4/11/2021
- Latest version: 0.3.3
Contains further abstractions and interfaces to implement MQTT connectors. Depends on the assembly TeleScope.Connectors.Abstractions.
- 298 total downloads
- last updated 2/28/2021
- Latest version: 0.6.0
Contains an implementation of the IReadable and IWritable interfaces to access yml files. Depends on the assemblies TeleScope.Persistence.Abstractions and YamlDotNet.
- 287 total downloads
- last updated 2/28/2021
- Latest version: 0.6.0
Contains an implementation of the IReadable and IWritable interfaces to access Json files. Depends on the assemblies TeleScope.Persistence.Abstractions and Newtonsoft.Json.
- 282 total downloads
- last updated 2/28/2021
- Latest version: 0.6.0
Contains an implementation of the IReadable and IWritable interfaces to access parquet files. Depends on the assemblies TeleScope.Persistence.Abstractions and Parquet.Net.