See: Description
| Interface | Description |
|---|---|
| Timestamper.UpdateListener |
Interface to receive update notifications for when we query the time
Only used by Clock.
|
| Class | Description |
|---|---|
| BuildTime |
Get the build date as set in i2p.jar,
and reasonable min and max values for the current time,
to be used as sanity checks.
|
| Timestamper |
Dummy.
|
Time synchronization utilities and interfaces for I2P applications.
This package provides the core time synchronization functionality needed by I2P applications to maintain accurate clocks and coordinate timing across the distributed network. The full router-specific implementation is now in net.i2p.router.time, while this package contains the essential interfaces and utilities that are available to all I2P applications.
Key Components:
Usage Notes: