Physical Web ist ein Framework für physisch-digitale Interaktion und ein Protokoll zur drahtlosen Objektentdeckung. Es verbindet physische Beacons mit Web-URLs über drahtlose Werbepakete, wodurch Benutzer auf digitale Inhalte zugreifen und webbasierte Interaktionen auslösen können, ohne dass dedizierte native Anwendungen erforderlich sind.
Die Hauptfunktionen von google/physical-web sind: Smart Object Connectivity, BLE Advertisements, Beacon-to-URL Mapping, Physical-Digital Bridges, Beacon Scanning, BLE Beacon Systems, Multi-Protocol Discovery, Link Broadcasting.
Open-Source-Alternativen zu google/physical-web sind unter anderem: pvvx/atc_mithermometer — This project provides custom firmware and a suite of management tools for wireless thermometers and hygrometers. It… seemoo-lab/openhaystack — OpenHaystack is a software framework for creating and tracking custom Bluetooth beacons using the Apple Find My… robbiehanson/cocoahttpserver — CocoaHTTPServer is a lightweight embedded web server designed to handle incoming network requests and serve local… adbar/trafilatura — Trafilatura is a Python library and command-line tool for extracting clean, structured text and metadata from web… lorien/web-scraping — This project is a comprehensive resource directory for web data extraction, providing a curated collection of tools… cifertech/esp32-div — ESP32-DIV is a handheld wireless pentesting platform designed for analyzing and disrupting a wide range of wireless…
This project provides custom firmware and a suite of management tools for wireless thermometers and hygrometers. It replaces manufacturer software to improve measurement accuracy, extend battery life, and unlock configuration options not available in stock firmware. The system differentiates itself through a comprehensive set of administration utilities, including a device configurator for managing Bluetooth advertising and transmission power, and an over-the-air flasher for wireless software updates. It also features a climate data visualizer to retrieve and graph historical temperature, hum
OpenHaystack is a software framework for creating and tracking custom Bluetooth beacons using the Apple Find My crowdsourced location network. It provides a system for generating encrypted cryptographic keys and flashing firmware onto embedded hardware to broadcast trackable Bluetooth signals. The project enables the retrieval and decryption of geographic coordinates for remote hardware using private keys to recover device movement history. It also includes a location proxy that fetches network reports from the Apple ecosystem and serves that data to remote applications. The toolset covers c
CocoaHTTPServer is a lightweight embedded web server designed to handle incoming network requests and serve local application content. The project implements Bonjour-based service discovery to broadcast server availability on local networks and supports WebDAV for remote file management, allowing files to be created, moved, and edited over HTTP. Network security is handled through certificate-based TLS encryption and password-based resource authentication. Request routing is managed via a delegate-based system, while concurrent connections are handled using Grand Central Dispatch.
Trafilatura is a Python library and command-line tool for extracting clean, structured text and metadata from web pages. It downloads HTML content, identifies the main body of text, and strips away navigation, ads, and other boilerplate, returning the core article content along with fields like title, author, date, and URL. The tool can also extract user comments and test whether a page contains extractable text, making it a general-purpose web text extraction library. What distinguishes Trafilatura from simpler extractors is its configurable extraction pipeline, which offers high-speed, high