Readme fix

This commit is contained in:
luosheng
2023-02-12 08:41:50 +08:00
parent da9eb4ce80
commit f5b3f2c27d
2 changed files with 7 additions and 2 deletions

View File

@@ -63,6 +63,10 @@ Manage several types of Protocol to a same calling interface.
Shows the Hardware PLC or other types of machine and implement a high level send and receive api. Shows the Hardware PLC or other types of machine and implement a high level send and receive api.
### Job
A job implementation by Quartz.
### AddressFormater ### AddressFormater
Format address from definite address to string. Format address from definite address to string.
@@ -76,6 +80,7 @@ Translate address from string to definite address.
Combine duplicated addresses to organized addresses, each organized addresses communicate once to a device. Combine duplicated addresses to organized addresses, each organized addresses communicate once to a device.
##<a name="tutorial"></a> Tutorial ##<a name="tutorial"></a> Tutorial
This platform has three level APIs that you could use: Low level API called "BaseUtility"; Middle level API called "BaseMachine" This platform has three level APIs that you could use: Low level API called "BaseUtility"; Middle level API called "BaseMachine"
### Utility ### Utility

View File

@@ -23,5 +23,5 @@ Supported Platforms
Thanks Thanks
------------------- -------------------
Quartz - Job Scheduler * Quartz - Job Scheduler
Serilog - Logging * Serilog - Logging