Sripe.DataAcquisition.MWD.PCDWD by: Jaren Duan
  • 2 total downloads
  • Latest version: 0.17.0
提供定向数据采集的数据实体类与相关组件.
Sripe.DataAcquisition.SerialPortReader by: Jaren Duan
  • 2 total downloads
  • Latest version: 0.4.5
Package Description
Sripe.DataAcquisition.WellTesting by: Jaren Duan
  • 2 total downloads
  • Latest version: 0.23.0
Introduction: This package provide the base classes and interfaces which could be used to build welltesting data acquiring program. What's in it: 1. IRealtimeRecordAcquirer: Base interface of front-end data acquiring. Sripe.SiteApp uses it to acquire data. You should implement this interface according to the specific equipment model. 2. RealtimeRecordAcquiredEventArg: event argument class for new data acquired event.
Sripe.DataAcquisition.WellTesting.HYSystem by: Jaren Duan
  • 2 total downloads
  • Latest version: 0.2.9
What's New: 0.2.6(2020.9.26): +HYAcquirer. 0.1.0(2019.12.29): +First release. Introduction: This package provides the data acquiring class for the HYSystem.
Sripe.DataAcquisition.WitsMessages by: Jaren Duan
  • 5 total downloads
  • Latest version: 1.15.0
Package Description
Sripe.DataTransfer by: Jaren Duan
  • 3 total downloads
  • Latest version: 0.5.0
What's New: 0.5.0(2019.11.14): +DecodeException. 0.4.3(2019.11.13): *IReliableMessage to IMessage +IMessage.Time *Encode and decode logic *simpleMessage implements IMessage 0.4.2(2019.11.5): +IReliableMessageCacheAsync 0.4.1(2019.11.5): *Id generation logic, using idGenerator. 0.3.5(2019.10.21): *ReliableMessage, change message id generation logic, using 0.1 second timestamp. 0.3.4(2019.10.18): *ReliableMessage, add INVALID_ID. *ReliableMessage, change message id generation logic. 0.3.1(2019.10.9): +First release. Introduction: This package includes the base classes and interfaces for Sripe data transfering. Normaly, you don't use it directly.
Sripe.DataTransfer.Client by: Jaren Duan
  • 1 total downloads
  • Latest version: 0.7.0
What's New: 0.7.0(2019.11.14): *fix bug: reappend message may exist already in the queue. *log clean. *confirm with time. *increase resending count of each time, shortten the interval. 0.6.2(2019.11.12): *fix bug: async removing and getting from cache 0.6.1(2019.11.4): +Async appending, async removing and async getting from the cache. 0.6.0(2019.11.4): *Depencecies updated. *a few log info correction. 0.5.1(2019.11.4): +MultipleTargetsDataClient class support sending data to multiple remote addresses. *Must Start ReliableDataClient before append data. 0.4.0(2019.10.18): *ReliableDataClient, add runtime info/error events. 0.3.8(2019.10.18): *ReliableDataClient, fix bug: Cannot exit respond waiting after calls Close(). 0.3.6(2019.10.17): *SripeDataClient changes to ReliableDataClient. +Log sender details. 0.3.3(2019.10.16): *SimpleDataClient, continue background re-sending after calls Stop(). *SimpleDataClient, cannot start after closed. 0.3.0(2019.10.9): +SimpleDataClient, supporting simple scenario that without resuming from breaking-point of uploading. +MultipleTargetsSimpleDataClient class, supporing multi-target data sending scenario. *SripeDataClient, let logger could be null, supporting scenario without logging. 0.1.5(2019.9.17): *Fix bug: notify logic of network connection restored. 0.1.4(2019.9.17): +First release. Introduction: This package includes data uploading classes, which could be used to build Sripe client program. What's in it: 1. SripeDataClient: working with SripeDataReciever, upload and re-upload data. 2. SimpleDataClient: working with SimpleDataReciever, upload data. 3. MultipleTargetsSimpleDataClient: working with SimpleDataReciever, multi-target data upload.
Sripe.DataTransfer.MessagesCache.Memory by: Sripe.DataTransfer.MessagesCache.Memory
  • 6 total downloads
  • Latest version: 0.3.3
This package includes memory cache class of messages which mainly is used to test. What's New: 0.3.3(2019.11.4): *Depencecies updated.
Sripe.DataTransfer.MessagesCache.SQLite by: Sripe.DataTransfer.MessagesCache.SQLite
  • 2 total downloads
  • Latest version: 0.4.5
This package includes data cache class based on SQLite. What's New: 0.4.5(2019.11.13): *IReliableMessage to IMessage 0.4.4(2019.11.6): +Async support. 0.4.2(2019.11.4): *Depencecies updated. 0.4.1 (2019.11.1): *support multiple target, using multiple primary keys. *fix bug that always drop and create database, now only drop and create when model changes. 0.3.2 (2019.11.1): *get newest data from cache instead of the oldest data. Executables using this package should install pacakge System.Data.SQLite, or else it would raise error of No Dlls(SQLite's problem).
Sripe.DataTransfer.Server by: Sripe.DataTransfer.Server
  • 1 total downloads
  • Latest version: 0.5.0
What's New: 0.5.0(2019.11.14): -DataReciever.StopRecieve(), use close() directly. *ReliableDataReciever keep-alive logic. +try catch when stop recieving. *confirm with time. *log clean and text improve. 0.4.3(2019.11.13): *depencecies updated. +try catch when stop recieving. +DataReciever base class. make reliableDataReciever and SimpleDataReciever its subclass. 0.4.1(2019.11.13): *remove the unnecessary codes. 0.3.9(2019.11.5): *Depencecies updated. 0.3.7(2019.10.21): *ReliableDataReciever, adjust debug info output. 0.3.6(2019.10.21): *ReliableDataReciever, adjust debug info output. 0.3.5(2019.10.17): *ReliableDataReciever, add log sender details. 0.3.4(2019.10.17): *SripeDataReciever changes to ReliableDataReciever. 0.3.2(2019.10.9): *SimpleDataReciever class, cannot start after closed. 0.3.0(2019.10.9): +SimpleDataReciever class, supports simple data recieving scenario without break-point resuming. *SripeDataReciever class, allow logger to be null, for some special scenario. *SripeDataReciever class, optimize exit logic. 0.1.6(2019.9.17): *Fix bug of socket listening. 0.1.5(2019.9.17): +First release. Introduction: This package includes data recieving classes which could be used to build server applications. What's in it: 1. SripeDataReciever: working with SripeDataClient, in charges of data recieving and confirming. 2. SimpleDataReciever: working with SimpleDataClent, in charges of data recieving.
Sripe.DataUnit by: Jaren Duan Zhuchen Liu
  • 8 total downloads
  • Latest version: 0.4.4
What's new: 0.4.4(2023.4.20): *fix bug: add Unit.Get for recently added unit. +L/s² 0.4.3(2023.4.20): *fix bug: duplilcated unit string m/h to h/m. 0.4.2(2023.4.19): *put "" in 1st place. 0.4.1(2023.4.19): +"" in GetAllUnitDesciption(). 0.4.0(2023.4.18): +new UnitMeterPerHour, unitHourPerMeter. 0.3.9(2023.4.13): +new Unit, to fit GetAllUnitDesciption(). 0.3.8(2023.4.13): +Unit.GetAllUnitDesciption. 0.3.7(2022.1.24): +net50 net60 support. 0.3.6(2021.4.7): +UnitNewton. +UnitCubicMeterPerMinute and UnitCubicMeterPerSecond. 0.3.4(2020.10.28): *fix UnitMMHO_SK namespace bug. 0.3.3(2020.10.20): +UnitMMHO_SK UnitMmhoPerCM 0.3.1(2020.10.15): What's new: 0.4.4(2023.4.20): *fix bug: duplilcated unit string m/h to h/m. 0.4.4(2023.4.20): *fix bug: duplilcated unit string m/h to h/m. 0.4.2(2023.4.19): *put "" in 1st place. 0.4.1(2023.4.19): +"" in GetAllUnitDesciption(). 0.4.0(2023.4.18): +new UnitMeterPerHour, unitHourPerMeter. 0.3.9(2023.4.13): +new Unit, to fit GetAllUnitDesciption(). 0.3.8(2023.4.13): +Unit.GetAllUnitDesciption. 0.3.7(2022.1.24): +net50 net60 support. 0.3.6(2021.4.7): +UnitNewton. +UnitCubicMeterPerMinute and UnitCubicMeterPerSecond. 0.3.4(2020.10.28): *fix UnitMMHO_SK namespace bug. 0.3.3(2020.10.20): +UnitMMHO_SK UnitMmhoPerCM 0.3.1(2020.10.15): +
Sripe.RealtimeWellLog by: Jaren Duan
  • 2 total downloads
  • Latest version: 5.0.1
This package includes a few classes for processing welllog realtime data.
Sripe.RealtimeWellLog.Analyzing.Offline by: Jaren Duan
  • 1 total downloads
  • Latest version: 0.7.2
Package Description
Sripe.RealtimeWellLog.Data.Access by: Jaren Duan
  • 1 total downloads
  • Latest version: 1.1.2
What's New: 1.1.2(2021.9.28): *Fix Bugs: Multiple bugs in TestWithHistoryRealtimeDataService of the select rownum and order by 1.1.0(2021.3.9): *Don't insert createtime when submit result. 1.0.1(2020.4.2): *Fix bug: TestWithHistoryRealtimeDataService.maxcount always equals 100. *TestWithHistoryRealtimeDataService class: make starttime as the first current record. Introduction: This package includes a few classes for testing welllog realtime rules.
Sripe.RealtimeWellLog.MudLossRules by: Sripe.RealtimeWellLog.MudLossRules
  • 5 total downloads
  • Latest version: 1.1.0
Package Description
Sripe.SiteApp by: Jaren Duan
  • 2 total downloads
  • Latest version: 0.9.1
What's New: 0.9.1(2020.9.27): +EF Core support. 0.8.3(2020.7.1): +EF Core support. 0.8.2(2020.1.10): +local ipendpoint 0.8.1(2019.12.28): *null or empty data disgard. 0.8.0(2019.11.14): *Dependence update. 0.7.7(2019.11.13): *Dependence update. 0.7.5(2019.11.13): *MultiTargetSiteSender: use async cache for net45. *SiteApp: use async cache for net45. 0.7.3(2019.11.5): *Async support. 0.7.2(2019.11.5): *Dependence update. 0.6.3(2019.11.4): +MultiTargetSiteApp and MultiTargetSiteSender classes. +Dependence update. *fix: LogCleaner may crash. 0.5.2(2019.11.1): *Dependence update. 0.5.1(2019.10.22): *Add runtime info/error events. 0.4.9(2019.10.21): *Dependence update. 0.4.7(2019.10.18): *Dependence update. 0.4.3(2019.10.17): *Dependence update. 0.4.1(2019.10.16): +Cleaning logs for the specific number of days ago. 0.3.0(2019.10.9): +First release. Introduction: This package includes a SiteApp class for building Sripe on-site application. What's in it: SiteApp class, which uses SripeDataClient and IDataAcquirer to simplify
Sripe.UniDrilling.Client by: Jaren Duan
  • 8 total downloads
  • Latest version: 0.1.3
Package Description
Sripe.UniDrilling.Domain by: Jaren Duan
  • 2 total downloads
  • Latest version: 0.1.0
Package Description
SSH.NET by: Renci
  • 70 total downloads
  • Latest version: 2025.0.0
  • ssh scp sftp
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
SshNet.Security.Cryptography by: Renci
  • 10 total downloads
  • Latest version: 1.3.0
  • crypto
Cryptographic functions for .NET