Skip to content

Commit

Permalink
Add readme.md for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank.Markwort committed Sep 16, 2024
1 parent 0b7220a commit 929f2b6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
@email frank.markwort@gmail.com
**

***This functionality has been removed from the [Core](src/Core) and is now available as a [Modules](src/Modules).
Modules will get their own repository in the future. That is the plan.***
***This functionality has been removed from the [Core](src/Core) and is now available as a [Modules](src/Modules).
Modules will get their own repository in the future.
That is the plan.***

The wind data is stored every minute for maximum 60 minutes.
(Id, Date, AWA, AWS, TWS, TWA, TWD, VesselHeading, SOG, COG, waterTemperature)
After that, the average, min, max values are stored in the hourly table.
Expand Down Expand Up @@ -38,7 +40,7 @@ PHP 8.3, memcached and mariadb.
**configuration**

- 1 Create a user nmea2000 in the database.
- 2 In the configuration file src/config/config.php under the 'production' section, enter the memcached host and port,
- 2 In the configuration file src/config/config.php under the 'production' section, enter the memcached host and port,
the database host and port.

```
Expand Down

0 comments on commit 929f2b6

Please sign in to comment.