diff options
| author | MDC Service <michael.schmid@mdc-service.de> | 2022-06-22 17:11:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-22 17:11:09 +0200 |
| commit | 05647128de08633946be87b63053d02c5916368e (patch) | |
| tree | 721b8d4330b47fb45e4ee99f35173048ae11ace8 | |
| parent | 67f1ed1da25bf7e44b8025dc47703ea96ed9bcea (diff) | |
fix typos, add EtherSIB
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ Picture: the Version 1 of the EsPiFF  -We ported the PostgreSQL client libray, based on (SimplePgPSQL)[https://github.com/ethanak/SimplePgSQL] to the EsPiFF, what worked very well, even with the limited RAM and Flash. Not only SELECT, INSERT and UPDATE work, but also the brilliant PostgreSQL feature NOTIFY. As a result, the EsPiFF dont need to poll the PostgreSQL server, but get notified instead. We could define a trigger in PostgreSQL, and notify other EsPiFF board. Thats very cool. +We ported the PostgreSQL client libray, based on [SimplePgPSQL](https://github.com/ethanak/SimplePgSQL) to the EsPiFF, what worked very well, even with the limited RAM and Flash. Not only SELECT, INSERT and UPDATE work, but also the brilliant PostgreSQL feature NOTIFY. As a result, the EsPiFF dont need to poll the PostgreSQL server, but get notified instead. We could define a trigger in PostgreSQL, and notify other EsPiFF board. Thats very cool. Because of the ongoing chip crysis, we only select parts, what are available. @@ -58,7 +58,7 @@ This is the planned final version. Additional to the fix of the 2 known issues,  This is the current progress. We managed, to bring all the functionality on the board. We selected a 6 layer PCB, for best signal integrity. -We also added a (EtherSIB)[https://github.com/MDCservice/EtherSIB] Master connector, for our upcomming EtherSIB project. +We also added a [EtherSIB](https://github.com/MDCservice/EtherSIB) Master connector, for our upcomming EtherSIB project. EtherSIB will offer 2x600MBit bandwith, a collision-less Field bus like EtherCAT, SerCOM, ProfiNET and others, just faster. ## Typical applications |
