Skip to content

Commit

Permalink
Minor fix to docs for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-domenichini committed Feb 6, 2024
1 parent 3c7e4bc commit 1c2749d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project aims at creating a simple connector and scheduler for automation de

![SmartIOT.Connector image](Docs/smartiot-connector.jpg)

SmartIOT.Connector enables you to connect to a variety of IOT sensors and industrial PLCs** and distribute their data to an external system in form of an event describing the changed data.<br>
SmartIOT.Connector enables you to connect to a variety of IOT sensors and industrial PLCs and distribute their data to an external system in form of an event describing the changed data.<br>
The external system can then process the data being read and can send back to SmartIOT.Connector data to be written to the devices.<br>
SmartIOT.Connector is a good fit for industrial and automation needs, where developers are being asked to abstract away from device communication protocols and must concentrate solely on the business logic to implement.

Expand Down Expand Up @@ -109,7 +109,7 @@ app.UseSmartIOTConnector(smartIotConnector =>
- [Configure the devices](./Docs/Configuration.md#configuring-the-devices)
- [Configure the connectors](./Docs/Configuration.md#configuring-the-connectors)
- [Configure the scheduler main properties](./Docs/Configuration.md#configuring-the-scheduler-main-properties)
- Supported devices
- Supported devices/protocols
- [Snap7 PLC configuration guide](./Devices/SmartIOT.Connector.Plc.Snap7/README.md)
- [S7Net PLC configuration guide](./Devices/SmartIOT.Connector.Plc.S7Net/README.md)
- [SnapModBus device configuration guide](./Devices/SmartIOT.Connector.Plc.SnapModBus/README.md)
Expand Down Expand Up @@ -140,9 +140,4 @@ These libraries provide connectivity with underlying devices:

- Snap7 for Siemens S7 plc family, S7300, S71200, S71500 <http://snap7.sourceforge.net/>
- SnapModbus for devices on ModBus network <https://snapmodbus.sourceforge.io/>
- S7NetPlus for Siemens S7 plc family, S7300, S71200, S71500 <https://github.com/S7NetPlus/s7netplus>

## Disclaimer

As of version 0.x, interfaces and implementation details are subject to change without notice.
I will do my best to keep the interfaces stable, but there are possibilities to incur in such breaking changes.
- S7NetPlus for Siemens S7 plc family, S7300, S71200, S71500 <https://github.com/S7NetPlus/s7netplus>

0 comments on commit 1c2749d

Please sign in to comment.