streaming

Media streaming and broadcast systems in Go
Log | Files | Refs | README | LICENSE

commit ff1c5bccc7b8e868d34831a859fa962c408f104a
parent e3016940734400ce1534d0b208b08f301cb9a3b7
Author: Oliver Lowe <o@olowe.co>
Date:   Sun, 30 Jun 2024 00:14:22 +1000

ptp: add ptp package stub

Just a reminder and a hint for others about what we'll be working on
in the future!

Diffstat:
Aptp/ptp.go | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/ptp/ptp.go b/ptp/ptp.go @@ -0,0 +1,3 @@ +// Package ptp implements the Precision Time Protocol +// as specified in IEEE 1588. +package ptp