feat(pskreporter): upload decoded spots to PSKReporter#103
Merged
Conversation
Report all decoded FT8 spots to pskreporter.info using the IPFIX binary protocol over UDP. Spots are deduplicated per callsign+band (5 min window), batched every ~5 minutes with random jitter, and capped at 1400 bytes per datagram for MTU safety. Templates are included in the first 3 packets and re-sent hourly per the PSKReporter spec. Adds a settings toggle (default: ON) in Settings > Logging & Awards. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…pload # Conflicts: # ft8cn/app/build.gradle # ft8cn/app/src/main/java/com/bg7yoz/ft8cn/MainViewModel.java # ft8cn/app/src/main/java/com/bg7yoz/ft8cn/database/DatabaseOpr.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #78
report.pskreporter.info:4739)INTERNETpermission to AndroidManifest.xmlFiles changed
AndroidManifest.xmlINTERNETpermissionGeneralVariables.javaenablePskReporterboolean (defaulttrue)DatabaseOpr.javaenablePskReporterfrom config DBMainViewModel.javaPskReporterSender.enqueue()inafterDecode(), lifecycle start/stopSettingsScreen.ktPskReporterSender.ktPskReporterSenderTest.ktbuild.gradleTest plan
./gradlew assembleDebug)PskReporterSenderTestpasses all 13 testsdebug.logforPskReporterSender:entries showing spots queued and datagrams sent🤖 Generated with Claude Code