av/cmd/vidforward
Saxon Nelson-Milton 842e2a2d93 Add functionality for broadcastManager state save
This change adds functionality for broadcastManager state save.
This is done by marshalling the broadcastManager and saving to a
file. Loading is performed by unmarshalling an re-populating a
broadcastManager value. Testing has been added for this
functionality. Other functionality has been added a side effect.
2023-02-04 12:29:47 +10:30
..
global Add functionality for broadcastManager state save 2023-02-04 12:29:47 +10:30
Makefile cmd/vidforward: add Makefile and service setup script 2022-12-05 20:16:31 +10:30
create_service.sh cmd/vidforward: add Makefile and service setup script 2022-12-05 20:16:31 +10:30
debug.go Add functionality for broadcastManager state save 2023-02-04 12:29:47 +10:30
file.go Add functionality for broadcastManager state save 2023-02-04 12:29:47 +10:30
file_test.go Add functionality for broadcastManager state save 2023-02-04 12:29:47 +10:30
main.go Add functionality for broadcastManager state save 2023-02-04 12:29:47 +10:30
notifier.go cmd/vidforward: add watchdog notifier 2022-12-05 19:54:14 +10:30
nowatchdog.go cmd/vidforward: add watchdog notifier 2022-12-05 19:54:14 +10:30
run.sh cmd/vidforward: add Makefile and service setup script 2022-12-05 20:16:31 +10:30
slate.go Add functionality for broadcastManager state save 2023-02-04 12:29:47 +10:30
utils.go Add functionality for broadcastManager state save 2023-02-04 12:29:47 +10:30
vidforward_test.go cmd/vidforward/main.go: add control API endpoint with PUT and DELETE methods 2022-11-14 20:46:21 +10:30