From 76d4c342365ab81eb94e951e8dea93a75e85a5ef Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Fri, 27 Dec 2024 16:49:50 -0500 Subject: [PATCH] test link --- README.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 62fdf56..b74a141 100644 --- a/README.md +++ b/README.md @@ -6,25 +6,29 @@ A Golang scanner call server and Angular frontend. Basically a rewrite of [rdio- with a cleaner *backend* (not frontend, so far; I am not a frontend guy and it shows) and a more opinionated featureset. Primary differences: -[x] No directory watch source, for now -[x] Only supports Postgres DB right now. May add SQLite someday. -[x] Filter calls by duration in search -[x] Both REST and WebSocket APIs -[x] Uses protobuf instead of JSON for the WebSocket API (no slices of integers for call audio!) -[x] Talkgroup activity alerting -[x] "Native" flutter client (Calls) for Android/iOS/macOS/Linux/Windows (in progress) -[x] RadioReference talkgroup import, SDRtrunk talkgroup playlist export -[x] Incidents functionality (group past calls together and retain them) -[x] No premiumization nags -[x] 3-clause BSD license -# **NOTE** + - [X] No directory watch source, for now + + This is not a feature I need personally, but would be simple to implement as another [source](pkg/sources/). + + - [x] Only supports Postgres DB right now. May add SQLite someday. + - [x] Filter calls by duration in search + - [x] Both REST and WebSocket APIs + - [x] Uses protobuf instead of JSON for the WebSocket API (no slices of integers for call audio!) + - [x] Talkgroup activity alerting + - [x] "Native" flutter client (Calls) for Android/iOS/macOS/Linux/Windows (in progress) + - [x] RadioReference talkgroup import, SDRtrunk talkgroup playlist export + - [x] Incidents functionality (group past calls together and retain them) + - [x] No premiumization nags + - [x] 3-clause BSD license + +## Note If this message is still here, the database schema *initial migration* and protobuf definitions are **still subject to change**. Once `stillbox` is actually usable (but not necessarily feature-complete), I will remove this note, and start using DB migrations and protobuf best practices (i.e. not changing field numbers). -# License and Copyright +## License and Copyright © 2024, Daniel Ponte . Licensed under the 3-clause BSD license. See LICENSE for details.