Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Scripts
Organized by concern. Default server URL is http://localhost:1902; override with BASE_URL.
Layout
| Directory |
Purpose |
| api/ |
Server API tests and examples |
| config/ |
Server/config operations (settings, parser configs) |
| auth/ |
Auth token (for remote/protected APIs) |
| seed/ |
Dev seed data (e.g. trackers) |
API (api/)
Config (config/)
- settings.sh – PATCH
/reslevis/settings (algorithm, thresholds, etc.).
- add_parser.sh – POST
/configs/beacons to add a decoder/parser config (e.g. Eddystone).
Auth (auth/)
Seed (seed/)
Shared
- _common.sh – Sourced by other scripts; sets
BASE_URL (default http://localhost:1902). Do not run directly.