Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time driver ng #1425

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 9, 2024

  1. Introduce new time posibilities for every device w/o ntp:

    Make "g_elapsedSeconds" much mure reliable by using rtos tics
    Add a "clock" based on a simple startuptime + g_elapsedSeconds.
    
    Can be set by Browser, by CMD or (experimentally) by the "Date:" statement given in a HTTP header.
    
    Adds advanced possiblilty to auto adjust time to DST
    
    All time-based commands are now available without "NTP" but a general "CLOCK" prefix:
    There is no need to have e.g. "NTP_Get_Month" or "NTP_GetSunset" or "NTP_Events" - all these are CLOCK based
    and only "bound" to NTP as the only clock source available.
    MaxineMuster committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    24f6c02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d35be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0aba810 View commit details
    Browse the repository at this point in the history
  4. Fixes

    MaxineMuster committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    dae002d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Fix clashing defines for "read" and "write"

    Try to fix Windows build
    MaxineMuster committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b30e72b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bf3422 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfbb3c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93da598 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3a7112 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b350830 View commit details
    Browse the repository at this point in the history
  7. Add missing alias ntp_setLatLong for new clock_setLatLong

    TODO: change tests to use new commands
    MaxineMuster committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cb67b48 View commit details
    Browse the repository at this point in the history
  8. Adjusting simulated time to new clock

    -> also enable new clock with WINDOWS
    MaxineMuster committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7271898 View commit details
    Browse the repository at this point in the history
  9. Add some (temporary) functions to get "device clock" even if ntp is u…

    …p and running
    
    Better display of time on every page (send time data as "dataset" of an HTML element)
    NTP time will set local "device time", too
    MaxineMuster committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8bcbe3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f383d84 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fix for merge conflicts 1

    Update http_fns.c
    MaxineMuster authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ba2d04c View commit details
    Browse the repository at this point in the history
  2. fix2

    MaxineMuster authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1382c41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    855638f View commit details
    Browse the repository at this point in the history
  4. remove duplicate line

    MaxineMuster authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    972fc56 View commit details
    Browse the repository at this point in the history
  5. Update http_fns.c

    MaxineMuster authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7304be3 View commit details
    Browse the repository at this point in the history
  6. Update http_fns.c

    MaxineMuster authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a74fbc9 View commit details
    Browse the repository at this point in the history
  7. temp

    MaxineMuster authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7e36b9b View commit details
    Browse the repository at this point in the history
  8. Update http_fns.c

    MaxineMuster authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    86b6abf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    947846c View commit details
    Browse the repository at this point in the history
  10. add file again

    MaxineMuster committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0319394 View commit details
    Browse the repository at this point in the history