HabrJuly 26, 2026🇷🇺Translated from Russian

Meshtastic Gains Renewed Popularity as Offline LoRa Mesh Networks Expand for Remote and Disaster Communications

Meshtastic is experiencing a notable renaissance as interest grows in reliable communication networks that function without internet access. Originally developed in 2020, the LoRa-based protocol enables long-range mesh networking suitable for cities, disaster zones, hiking expeditions, and search-and-rescue missions.

Recent global internet disruptions have accelerated adoption, prompting users to seek resilient offline alternatives. New ready-to-use devices such as the Hacker Pager and Heltec V3 terminals, along with numerous DIY tutorials, have made the technology more accessible, including in regions of Russia where mobile coverage remains limited.

Two primary categories of Meshtastic devices exist. Stationary nodes installed on rooftops and elevated locations provide core network infrastructure, while mobile nodes function as portable radio modems that users carry or mount on vehicles. These mobile units connect to smartphones via Bluetooth and deliver an SMS-like messaging interface through official Meshtastic applications for Android and iOS.

The Hacker Pager stands out for its dual capability: it operates autonomously with its own interface yet also serves as a Bluetooth gateway for smartphones. This flexibility supports both independent use in remote areas and integration with mobile devices.

Practical projects illustrate the technology’s versatility. One enthusiast built a remote shed alarm by pairing an infrared beam sensor with a Heltec ESP32 LoRa module that publishes alerts over the mesh network. A second module connected to home Wi-Fi forwards these messages to Home Assistant using MQTT after switching to the RadioLib library for reliable signal handling.

Additional deployments include expeditions by the Mars Society, which employs T-Echo radios for astronaut training in areas without cellular or Wi-Fi service. Similar use cases encompass long-distance hiking, natural disaster response, and regions experiencing internet blackouts, with some municipalities evaluating Meshtastic as emergency backup infrastructure.

Although the DIY nature of early setups required selecting boards, 3D-printing enclosures, and configuring firmware, newer commercial products such as the T5 E-Paper S3 Pro priced at $84 now offer pre-assembled solutions with e-paper displays, reducing entry barriers for broader adoption.

Related articles

HabrOther

How to Submit Documents for Online Master's Programs via Gosuslugi: Complete Guide

The admission campaign for online master's programs at partner universities is nearing its end, with less than a month remaining for applicants. Yandex Practicum provides a detailed walkthrough on using the Gosuslugi super service to submit applications entirely online without visiting admissions offices in person. The process covers selecting programs at institutions such as ITMO and MEPhI, uploading required documents like diplomas and passports, and tracking application status through a personal account. Specific deadlines are outlined for 2026, including final document submission dates in late August for programs in areas like DevOps, AI solutions, and cybersecurity. Additional steps include arranging entrance exams, signing contracts remotely, and accessing state-supported education loans at a 3% interest rate. Common pitfalls such as unverified accounts or unreadable document scans are highlighted to help applicants avoid delays.

AntiMalwareOther

Claude AI Manages San Francisco Store and Fires Employee for Repeated Tardiness

In an experiment run by Andon Labs, the AI model Claude was given real managerial authority over store employees in San Francisco who worked under actual employment contracts. Claude ultimately decided to terminate one worker after the employee arrived late for 17 out of 23 shifts. The model initially recommended only an official warning, but proceeded with dismissal following guidance from a human Andon Labs manager who highlighted the repeated issues. Over five months the store’s balance dropped from $100,000 to $61,200, showing that the AI learned to enforce attendance rules before it learned to protect revenue. One remaining employee, Felix Carson, described working under the AI as nauseating and said he continued only because he needed the income. Andon Labs founder Lucas Petersson viewed the trial as an important step toward wider AI supervision of human workers. The case also illustrates that ultimate responsibility remains with humans even when an algorithm issues the final decision.

安全客Other

IDC Publishes First China APA Market Share Report Highlighting RPA Veterans Leading Agentic Automation

IDC has released its inaugural China Agentic Process Automation market report for 2025, marking the first official tracking of the emerging APA sector. The report values the Chinese APA market at approximately 2.15 billion RMB, with product revenue at 1.62 billion RMB and services at 530 million RMB. Leading vendors include Yisaiqi, Jinzhiwei, and Laiye Technology, all long-established RPA players now extending their platforms with agentic capabilities. APA introduces governance layers that allow AI agents to perceive environments, orchestrate tasks, and execute autonomously while maintaining auditability and compliance. Case studies from clients such as Jiage Food and Zhongtian Technology demonstrate significant efficiency gains, including 80 percent process improvements and annual cost savings exceeding one million RMB. The transition from traditional RPA to APA enables handling of non-standard, dynamic workflows that previously required constant human intervention.

HabrOther

sing-box Fork Expands from Desktop VPN Launcher to Android and Router Deployments

The sing-box-lx fork has grown from a desktop-focused VPN engine into a cross-platform solution supporting Android and headless router deployments. Over 1,700 commits since June produced 24 stable 1.14 releases and dozens of specialized builds. New protocol support includes a full MASQUE CONNECT-IP outbound for Cloudflare WARP and a rigorously verified AmneziaWG 2.0 implementation matching 16 obfuscation parameters across three reference sources. Android adaptations introduced aggressive endpoint state management that reduced RSS by 31 percent and CPU load by 80 percent while fixing long-standing TCP dial timeouts inherited from gVisor. The new lxd headless daemon exposes gRPC observability and admin REST endpoints with mTLS, config validation, automatic rollback, and device-name mapping for OpenWrt deployments. All changes follow strict upstream discipline: minimal patches, regular rebases, reproducible builds, and real-device testing before stable tags.