Update README with KIWISDR fanmade database description
Browse files- alphamate_readme_update.md +91 -0
alphamate_readme_update.md
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AlphaMate
|
| 3 |
+
emoji: 📡
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: static
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
# 📡 AlphaMate - KIWISDR Fanmade Database
|
| 10 |
+
|
| 11 |
+
<div align="center">
|
| 12 |
+
|
| 13 |
+

|
| 14 |
+

|
| 15 |
+

|
| 16 |
+
|
| 17 |
+
**A fanmade community database for KIWISDR receivers worldwide.**
|
| 18 |
+
|
| 19 |
+
*Built with ❤️ by the community, for the community.*
|
| 20 |
+
|
| 21 |
+
</div>
|
| 22 |
+
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
## 🎯 What is AlphaMate?
|
| 26 |
+
|
| 27 |
+
AlphaMate is a **fanmade database** for tracking and sharing [KIWISDR](https://kiwisdr.com/) receiver stations worldwide. Our goal is to create an open, community-driven resource for:
|
| 28 |
+
|
| 29 |
+
- 📍 **Geographic分布** of KIWISDR receivers
|
| 30 |
+
- 📻 **Frequency coverage** and antenna setups
|
| 31 |
+
- 🔍 **Station discovery** and connection status
|
| 32 |
+
- 🌐 **Community contributions** from SDR enthusiasts
|
| 33 |
+
|
| 34 |
+
## ✨ Features
|
| 35 |
+
|
| 36 |
+
| Feature | Description |
|
| 37 |
+
|---------|-------------|
|
| 38 |
+
| 🔎 **Station Search** | Find KIWISDR receivers by location, frequency, or callsign |
|
| 39 |
+
| 📊 **Live Status** | Real-time availability and connection monitoring |
|
| 40 |
+
| 🗺️ **Map View** | Interactive geographic visualization of all stations |
|
| 41 |
+
| 📡 **Frequency DB** | Comprehensive frequency database for each receiver |
|
| 42 |
+
|
| 43 |
+
## 🚀 Quick Start
|
| 44 |
+
|
| 45 |
+
```bash
|
| 46 |
+
# Clone the repository
|
| 47 |
+
git clone https://huggingface.co/spaces/alphamate/README
|
| 48 |
+
|
| 49 |
+
# Explore the database
|
| 50 |
+
cd README && cat database.json
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
+
## 📁 Project Structure
|
| 54 |
+
|
| 55 |
+
```
|
| 56 |
+
alphamate/
|
| 57 |
+
├── README.md # This file
|
| 58 |
+
├── uSDR/ # KIWISDR software project
|
| 59 |
+
└── database/ # Community-maintained station database
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
## 🤝 Contributing
|
| 63 |
+
|
| 64 |
+
Contributions are welcome! Please read our [contributing guidelines](CONTRIBUTING.md) before submitting PRs.
|
| 65 |
+
|
| 66 |
+
1. Fork the repository
|
| 67 |
+
2. Create a new branch (`git checkout -b feature/amazing-feature`)
|
| 68 |
+
3. Commit your changes (`git commit -m 'Add amazing feature'`)
|
| 69 |
+
4. Push to the branch (`git push origin feature/amazing-feature`)
|
| 70 |
+
5. Open a Pull Request
|
| 71 |
+
|
| 72 |
+
## 📜 License
|
| 73 |
+
|
| 74 |
+
This project is **fanmade** and not affiliated with KIWISDR or its developers.
|
| 75 |
+
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
|
| 76 |
+
|
| 77 |
+
## 🔗 Links
|
| 78 |
+
|
| 79 |
+
- 🌐 [Official KIWISDR Website](https://kiwisdr.com/)
|
| 80 |
+
- 🗺️ [KIWISDR Map](https://rx.kiwisdr.com/map/)
|
| 81 |
+
- 💬 [KIWISDR Forum](https://www.kiwisdr.com/forums/)
|
| 82 |
+
|
| 83 |
+
---
|
| 84 |
+
|
| 85 |
+
<div align="center">
|
| 86 |
+
|
| 87 |
+
**Made with ❤️ by alphamate team**
|
| 88 |
+
|
| 89 |
+
*Building the future of SDR, one receiver at a time.*
|
| 90 |
+
|
| 91 |
+
</div>
|