0

/ 100

GradeD

Getting some notice. Tests and CI would be the fastest wins.

WebSDR for ka9q-radio

JavaScript28GPL-3.0today

Documentation

70

Contributing guide5pt0

No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).

Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.

README12pt70

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under GPL-3.0.

Engineering

57

CI/CD14pt0

No CI configuration detected in this repository.

If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.

Issue and PR templates6pt0

No issue or PR templates found (−100 pts).

Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

Reproducibility6pt85

Lockfile present (go.sum). Installs are reproducible.

Tests18pt100

Test files detected (shared_spectrum_test.go).

Linting and formatting5pt100

Formatting enforced (gofmt (built into Go toolchain)).

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (go.mod).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 8
    Forks
  • 3
    Releaseslatest 5mo ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 28
    Watchers

Responsiveness

  • 20h
    Median issue response
  • <1h
    Median PR merge time
  • 10
    Open issues
Repository files188 root entries
  • .claude
  • audio_extensions
  • clients
    Good: Environment pinned via clients/go/docker/Dockerfile.
    Issue: Build artifacts or local files may be committed (clients/tdoa-processor/__pycache__/tdoa_processor.cpython-312.pyc) (−40 pts).Fix: Remove them and add to .gitignore.
  • config
  • cty
  • docker
  • dsp
  • geoip
  • kiwi
  • load
  • scripts
  • static
  • tools
  • websdr
  • widgets
  • widgets-custom
  • .dockerignore
  • .gitignore
    Good: .gitignore present.
  • addon_proxy_admin.go
  • addon_proxy_config.go
  • addon_proxy.go
  • addons.json
  • admin.go
  • admin.go.backup
  • ant_switch_api.go
  • ant_switch_scheduler.go
  • asnban.go
  • audio_dsp_insert.go
  • audio_extension_manager.go
  • audio_extension.go
  • audio_http_stream.go
  • audio.go
  • caddy_config.go
  • chat_logger.go
  • chat_logs_api.go
  • chat_websocket.go
  • check_time.sh
  • check-health.sh
  • config.go
  • countryban.go
  • cpu_governor.sh
  • cty_api.go
  • cty.go
  • cwskimmer_config.go
  • cwskimmer_metrics_api.go
  • cwskimmer_metrics_summary.go
  • cwskimmer_metrics.go
  • cwskimmer_spots_analytics.go
  • cwskimmer_spots_api.go
  • cwskimmer_spots_log.go
  • cwskimmer_sse.go
  • cwskimmer.go
  • debug_kiwi_messages.py
  • debug_kiwi_waterfall.py
  • decoder_band_predictions.go
  • decoder_config.go
  • decoder_health.go
  • decoder_metrics_api.go
  • decoder_metrics_log.go
  • decoder_metrics_summary_api.go
  • decoder_metrics_summary.go
  • decoder_metrics.go
  • decoder_parser.go
  • decoder_pskreporter_analytics.go
  • decoder_pskreporter.go
  • decoder_spawner.go
  • decoder_spots_log.go
  • decoder_sse.go
  • decoder_streaming.go
  • decoder_types.go
  • decoder_wav.go
  • decoder_wsjtx_udp.go
  • decoder_wspr_prediction.go
  • decoder_wsprnet.go
  • decoder.go
  • docker.sh
  • dxcluster_websocket.go
  • dxcluster.go
  • eibi.go
  • freedv_reporter_client.go
  • freedv_reporter_store.go
  • frequency_reference.go
  • frontend_history.go
  • generate_channel_status_tags.py
  • generate_wisdom.sh
  • geoip_service.go
  • get-cpu.sh
  • get-password.sh
  • get-uuid.sh
  • go.mod
    Good: Dependency manifest found (go.mod).
  • go.sum
    Good: Lockfile present (go.sum). Installs are reproducible.
  • gotty_client.go
  • gpsdo_health.go
  • gpsdo_proxy.go
  • http_log_buffer.go
  • http_logs_api.go
  • install-docker-bookworm.sh
  • install-hub.sh
  • install-ubersdr-mdns.sh
  • install.sh
  • instance_reporter.go
  • ip_daily_time.go
  • ipban.go
  • kiwi_adpcm.go
  • kiwi_websocket.go
  • kiwisdr_registration.go
  • kiwisdr.min.css
  • kiwisdr.min.js
  • LICENSE.TXT
    Good: Licensed under GPL-3.0.
  • load_history.go
  • log_receiver.go
  • logs_api.go
  • lookup_api.go
  • lookup_image_proxy.go
  • maidenhead.go
  • main.go
  • Makefile
  • manage_addons.sh
  • mcp_logs_api.go
  • mcp_request_log.go
  • mcp_server.go
  • merge-compose.sh
  • mqtt_publisher.go
  • noise_analysis.go
  • noise_floor_aggregate.go
  • noise_floor_health.go
  • noise_floor.go
  • ntp_api.go
  • ntp_history.go
  • ntp.go
  • opus_support.go
  • pcm_binary.go
  • prometheus.go
  • psk_rank.go
  • qrz_lookup.go
  • radiod_channels_api.go
  • radiod_status.go
  • radiod-cpu-info.sh
  • radiod-rx888.conf
  • radiod.go
  • ratelimit.go
  • rbn_data.go
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • release_notes.md
  • restart-ubersdr.sh
  • rmnoise_proxy.go
  • rotator_scheduler.go
  • rotctl_api.go
  • rotctl.go
  • rotctld.sh
  • screenshot_overlay.png
  • session_activity_log.go
  • session_stats_api.go
  • session.go
  • set-password.sh
  • shared_spectrum_test.go
    Good: Test files detected (shared_spectrum_test.go).
  • space_weather_health.go
  • space_weather.go
  • spectrogram_recorder.go
  • ssh_proxy.go
  • start-support.sh
  • start-ubersdr.sh
  • stats_logger.go
  • stats_psk_history.go
  • stats_rbn_history.go
  • stats_wspr_history.go
  • stop-ubersdr.sh
  • suggest-radiod-cpuset.sh
  • suncalc_api.go
  • suncalc.go
  • tdoa_frequency_selector.png
  • tunnel_client_config.go
  • ui_config_api.go
  • update-ubersdr.sh
  • user_spectrum_websocket.go
  • user_spectrum.go
  • verify_squelch_tags.py
  • version_checker.go
  • version.go
  • voice_activity.go
  • websdr_scale.go
  • websdr_waterfall.go
  • websdr_websocket.go
  • websdr_websocket.go.bak
  • websocket.go
  • whisperlive_server_fix.patch
  • widget_manager.go
  • wspr_rank.go