Quick Start
Welcome to the KK7NQN Repeater Dashboard system! Whether you're just browsing or running a net, this guide will help you get the most out of it.
General Users
- Live Dashboard: Visit the main dashboard to see live data. It updates every 2 minutes. Just refresh the page manually to get the latest info.
- Call Sign List: Scroll to the bottom of the main dashboard to see a complete list of all call signs we've seen.
- Search: Use the search bar just above the call sign list to find a specific call sign.
- Click for Details: Clicking on any call sign (in the leaderboard, the list, or search results) will bring up a detailed page showing all logs and transcripts for that call sign.
NetControl Operators
- NetControl Tab: Head to the NetControl tab.
- Date-Time Search: Enter a start and end time for the net you're running.
- Call Sign Summary: The page will show all call signs heard during that timeframe, including how many times each was seen.
- Transcripts: Below the list is a transcript log showing everything said on the repeater during the selected time.
- Delays: During very busy nets, transcripts may be delayed by up to an hour, so please be patient.
Developers API
- API Head to the API to view avalible API's
- API Docs Head to the Docs page to view API Documentation
- All of the listed API's dump ALL of the associative Data from their respective databse in raw JSON format.
- kk7nqn.net/api/transcriptions.php Lists Transcriptions with ID, FileName, TimeStamp, CreatedTime, Processed (1 or 0)(Inidicating if it has been searched for callsigns) and the actual transcription.
- kk7nqn.net/api/callsigns.php Lists all the Callsigns we have seen with ID, callsign, validated(1 or 0), first_seen, last_seen and seen_count
- kk7nqn.net/api/callsign.php?cs={CallSign} Lists all the data we have on a given callsign summary including the data from callsigns.php and logs that lists all the transcripts the server thinks it seen that call sign in.
Notes & Tips
- Transcripts are auto-generated via Whisper and may occasionally have funny errors—enjoy the occasional laugh!
- All public data is read-only and safe to share. Bots and crawlers are welcome to index the pages.
- We're always improving. Suggestions are welcome via the contact page or feedback form (coming soon).