vkoskiv
/MacNTP
/amendments
/tcp.c
Amendments on September 7, 2023
Add copyright headers
          
          MIT license. Also copied in the one in tcp.c from upstream.
      Large rewrite, restructure the project into an INIT
          
          * Moved NTP client to MacNTP.{c,h}
          * Rewrite main to work as an INIT
          * Load NTP url and utc offset from resourcs
          * Fix many bugs
          * Add many new bugs
          * Remove all ANSI dependencies, it's a big library
          * Remove util.{c,h}
          * Add basic debugging, uncomment DEBUGGING define in main.c to enable
      Amendments on August 21, 2023
Initial amendment
          
          After a few afternoons of hacking, I now have a barely working
          proof-of-concept NTP client that works on System 6.
          (I added _UDPRcv() to tcp.{c,h})
          Most of the rest were lifted from jcs's wikipedia Amend repo, and I
          wrote main.c that implements the actual client.
          My aim is to iron out bugs in this, and then turn it into an INIT
          that syncs the clock in my Mac Plus at bootup.
      
        1