秀 HN:离线 SOS 信号+灾难/战争恢复应用
Show HN: Offline SOS signaling+recovery app for disasters/wars

原始链接: https://github.com/nizarmah/igatha

Igatha是一款开源的SOS信号和救援应用,用于战区和灾区等无法联网环境下的紧急通讯。它利用蓝牙低功耗技术(BLE)广播SOS信号,扫描附近的求救请求并估算距离,完全离线运行,避免信号干扰和操控。 主要功能包括手动发送SOS信号和自动灾难检测,后者会触发“你还好吗?”的通知。未回应或选择“需要帮助”将启动SOS信号。在Android 11及以下系统中,位置权限允许后台灾难监测。 作为最小可行产品(MVP),Igatha在传统网络失效时提供了一条潜在的生命线,但其有效性无法保证。该应用在GNU GPL v3.0许可证下开源,以确保透明度、可访问性和社区驱动改进。欢迎通过问题反馈或代码贡献(例如测试、文档和功能增强)参与其中。Igatha优先考虑用户隐私,不收集任何数据,使用匿名标识符,并且无需网络连接。

Hacker News 上正在分享一款用于灾难和战争期间离线 SOS 信号和救援的应用程序。该应用程序旨在识别被困在瓦砾下的人员,它利用蓝牙低功耗 (BLE) 广播,但其在瓦砾下的有效性有限。 该应用程序的创建者 nizarmah 正在征求反馈和贡献。评论中提出的讨论点包括: * **BLE 范围:** 对于标准 BLE 范围有限的担忧,有人建议使用“LE 长距离 (Coded PHY)”以获得更远的距离。 * **电池续航时间:** 电池电量消耗的可能性,有人建议仅在触发时使用手电筒脉冲作为 SOS 信号。 * **“灾难检测”:** 要求说明该应用程序如何检测灾难并发送 SOS 信号。目前该功能使用运动传感器,但是必须由用户激活。SOS 信号结合了 BLE 广播和音频警报。 开发者计划更新 README 以提供详细信息,并鼓励提出更多建议。
相关文章

原文

Igatha is an open-source SOS signaling and recovery app designed for war zones and disaster areas, enabling offline emergency communication when traditional networks fail.

  1. Open the app
  2. Grant permissions
  3. Enable bluetooth
  4. Click "Send SOS"
  1. Open the app
  2. Grant permissions
  3. Enable bluetooth
  4. Click the gear icon in the app's top right corner
  5. Enable "Disaster Detection"

The app will now run in the background to detect disasters. If it does, you'll be notified with an "Are you okay?" notification.

If you respond with "Need help" or don't respond in 2 minutes, it will signal SOS. If you respond with "I'm okay", it will ignore the disaster.

  1. Open the app
  2. Grant permissions
  3. Enable bluetooth
  4. If you're on Android 11 or lower, enable location
  5. Check "People seeking help"
  6. Walk in the direction where the distance gets lower
  7. Stay attentive for any siren playing

Igatha uses Bluetooth Low Energy (BLE) technology to:

  1. Broadcast SOS signals
  2. Scan for nearby signals
  3. Estimate approximate distance

The app works completely offline to prevent manipulation and uses BLE instead of GPS to avoid signal jamming. Location permissions are required to enable background sensor monitoring for automated disaster detection.

  • This is a Minimum Viable Product (MVP) with significant room for improvement
  • Testing has been limited to controlled environments
  • While not guaranteed to work in all scenarios, it provides a potential lifeline where no alternatives exist

Igatha is open-sourced under the GNU General Public License v3.0 because:

  1. Transparency: In crisis situations, people need to trust the tools they use. Open source allows anyone to verify the app's security and privacy measures.

  2. Accessibility: Making the code freely available ensures the technology can be used, studied, and adapted by anyone who needs it.

  3. Community Impact: War and disaster response tools should be community resources, not commercial products. Open sourcing enables collaborative improvement and adaptation for different crisis scenarios.

We welcome contributions to improve Igatha's effectiveness:

  • Testing and bug reports
  • Documentation
  • Translations
  • Feature enhancements
  • Code optimization
  • Security reviews

To contribute, open an issue or submit a pull request.

  • No data collection
  • Offline-only operation
  • Pseudonymized identifiers
  • No internet connectivity required

For questions or suggestions, please open an issue in the repository.

联系我们 contact @ memedata.com