updated some masthead and readme
Some checks failed
Build for Raspberry Pi / Build for aarch64 (push) Has been cancelled

This commit is contained in:
Chris Frankland-Wright 2025-08-31 22:13:47 +01:00
parent 3e423416a8
commit 2e8bc9ac5e
2 changed files with 8 additions and 8 deletions

View file

@ -4,13 +4,13 @@
Hachi synchronises timecode-locked systems by decoding incoming LTC (Linear Time Code) and broadcasting it as NTP/PTP — with the dedication our namesake would insist upon. Hachi synchronises timecode-locked systems by decoding incoming LTC (Linear Time Code) and broadcasting it as NTP/PTP — with the dedication our namesake would insist upon.
Created by Chris Frankland-Wright and John Rogers Created by Chris Frankland-Wright and Chaos Rogers
--- ---
## 📦 Hardware Requirements ## 📦 Hardware Requirements
- Raspberry Pi 5 (Dev Platform) but should be supported by Pi v3 (or better) - Raspberry Pi 5 2GB (Dev Platform) but should be supported by Pi v3 (or better)
- Debian Bookworm (64-bit recommended) - Debian Bookworm (64-bit recommended)
- Teensy 4.0 - https://thepihut.com/products/teensy-4-0-headers - Teensy 4.0 - https://thepihut.com/products/teensy-4-0-headers
- Audio Adapter Board for Teensy 4.0 (Rev D) - https://thepihut.com/products/audio-adapter-board-for-teensy-4-0 - Audio Adapter Board for Teensy 4.0 (Rev D) - https://thepihut.com/products/audio-adapter-board-for-teensy-4-0
@ -32,7 +32,7 @@ Created by Chris Frankland-Wright and John Rogers
## 🖥️ Web Interface & API ## 🖥️ Web Interface & API
When running as a background daemon, TimeTurner provides a web interface for monitoring and configuration. When running as a background daemon, Hachi provides a web interface for monitoring and configuration.
- **Access**: The web UI is available at `http://<raspberry_pi_ip>:8080`. - **Access**: The web UI is available at `http://<raspberry_pi_ip>:8080`.
- **Functionality**: You can view the real-time sync status, see logs, and change all configuration options directly from your browser. - **Functionality**: You can view the real-time sync status, see logs, and change all configuration options directly from your browser.
@ -50,7 +50,7 @@ When running as a background daemon, TimeTurner provides a web interface for mon
## 🚀 Installation ## 🚀 Installation
The `setup.sh` script compiles and installs the TimeTurner application. You can run it by cloning the repository with `git` or by using the `curl` command below for a git-free installation. The `setup.sh` script compiles and installs the Hachi application. You can run it by cloning the repository with `git` or by using the `curl` command below for a git-free installation.
### Prerequisites ### Prerequisites
@ -106,7 +106,7 @@ Or from anywhere after installation:
## 🔄 Updating ## 🔄 Updating
If you installed TimeTurner by cloning the repository with `git`, you can use the `update.sh` script to easily update to the latest version. If you installed Hachi by cloning the repository with `git`, you can use the `update.sh` script to easily update to the latest version.
**Note**: This script will not work if you used the `curl` one-line command for installation, as that method does not create a Git repository. **Note**: This script will not work if you used the `curl` one-line command for installation, as that method does not create a Git repository.
@ -129,7 +129,7 @@ chronyc tracking | NTP Tracking
sudo nano /etc/chrony/chrony.conf | Default Chrony Conf File sudo nano /etc/chrony/chrony.conf | Default Chrony Conf File
Add to top: Add to top:
# Serve the system clock as a reference at stratum10 # Serve the system clock as a reference at stratum1
server 127.127.1.0 server 127.127.1.0
allow 127.0.0.0/8 allow 127.0.0.0/8
local stratum 1 local stratum 1

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NTP TimeTurner</title> <title>Fetch | Hachi</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon"> <link rel="icon" href="favicon.ico" type="image/x-icon">
</head> </head>
@ -129,7 +129,7 @@
</div> </div>
<footer> <footer>
<p> <p>
Built by Chris Frankland-Wright and John Rogers | Have Blue Broadcast Media | Built by Chris Frankland-Wright and Chaos Rogers | Have Blue Broadcast Media |
<a href="https://github.com/cjfranko/NTP-Timeturner" target="_blank" rel="noopener noreferrer">https://github.com/cjfranko/NTP-Timeturner</a> <a href="https://github.com/cjfranko/NTP-Timeturner" target="_blank" rel="noopener noreferrer">https://github.com/cjfranko/NTP-Timeturner</a>
</p> </p>
</footer> </footer>