Rare find

FreakWAN. Chat and messaging over long-range radio when the internet is down.

github.com/antirez/freakwan

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

January 2026
  • AXP192: remove useless int() conversion creating issues.
  • PING / PONG packets type and !ping command.
October 2024
  • Telegram bot support.
  • Merge pull request #12 from Marcondiro/patch-1
  • Merge pull request #17 from tamberg/patch-1
  • Merge pull request #19 from macvenez/heltec-v3
September 2024
  • Removed unused function
  • Removed vext_ctrl dynamic part on poweroff and sleep as it's not work…
  • Fixed wrong device name in config file
  • Added screen poweroff by mosfet in low battery condition
  • better comment
  • Added support for Heltec V3 with vext_ctrl
  • Added Heltec V3 device config file
March 2024
  • Fix decryption when padding is 0. Add test case.
  • SX1276: accept bytearray in write().
  • More robust encryption scheme implemented.
  • HMAC-SHA256 simple implementation.
  • New encryption scheme specification.
  • Random tick time to take nodes in desync.
  • Use constants for delays ranges.