| Crates.io | eth-beacons-indoor |
| lib.rs | eth-beacons-indoor |
| version | 0.0.19 |
| created_at | 2025-02-18 18:24:38.738961+00 |
| updated_at | 2025-02-21 05:42:19.146747+00 |
| description | Metadata of beacons located inside the buildings of ETH Zurich. |
| homepage | |
| repository | https://github.com/eth-polymaps/eth-beacons |
| max_upload_size | |
| id | 1560264 |
| size | 3,545,322 |
This project is a Rust-based tool for generating beacon data files from a given API endpoint. The generated files contain beacon information grouped by buildings and are used for location-based services.
Clone the repository:
git clone <repository-url>
cd <repository-directory>
Build the project:
cargo build
Run the tool to generate beacon data:
cargo run --package xtask generate --uri <API-URL>
--uri: The API endpoint to fetch beacon data from.