AmendHub

vkoskiv

/

MacNTP

/

amendments

/

util.h

Amendments on September 7, 2023

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
vkoskiv made amendment 11 about 1 year ago

Amendments on August 22, 2023

Add signed int8_t type

vkoskiv made amendment 2 about 1 year ago

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.
vkoskiv made amendment 1 about 1 year ago