Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
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.