]> code.octet-stream.net Git - broadcaster/commit
Initial commit, basic functionality working
authorThomas Karpiniec <tom.karpiniec@outlook.com>
Sat, 19 Oct 2024 01:59:43 +0000 (12:59 +1100)
committerThomas Karpiniec <tom.karpiniec@outlook.com>
Sat, 19 Oct 2024 01:59:43 +0000 (12:59 +1100)
commitc94fef11f43279165f39680fa0b0922c86702687
tree82329793cebf8ccdc05d82827fe63a3b8dc14253
Initial commit, basic functionality working
27 files changed:
.gitignore [new file with mode: 0644]
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]
protocol/protocol.go [new file with mode: 0644]
radio/config.go [new file with mode: 0644]
radio/files_machine.go [new file with mode: 0644]
radio/gpio.go [new file with mode: 0644]
radio/radio.go [new file with mode: 0644]
radio/status.go [new file with mode: 0644]
server/broadcaster.go [new file with mode: 0644]
server/config.go [new file with mode: 0644]
server/database.go [new file with mode: 0644]
server/files.go [new file with mode: 0644]
server/model.go [new file with mode: 0644]
server/radio_sync.go [new file with mode: 0644]
server/session.go [new file with mode: 0644]
server/status.go [new file with mode: 0644]
server/web_sync.go [new file with mode: 0644]
templates/files.html [new file with mode: 0644]
templates/index.html [new file with mode: 0644]
templates/login.html [new file with mode: 0644]
templates/logout.html [new file with mode: 0644]
templates/playlist.html [new file with mode: 0644]
templates/playlists.html [new file with mode: 0644]
templates/radio.html [new file with mode: 0644]
templates/radios.html [new file with mode: 0644]
templates/radios.partial.html [new file with mode: 0644]