A simple web application to decode, export, and analyze raw logs from OpenCollar Edge devices.
- A modern web browser (Chrome, Edge, Firefox, or Safari).
- Python 3 (used only to serve static files locally).
- Internet access (the app loads some libraries from CDN and uses OpenStreetMap tiles for map view).
From this repository directory:
python3 -m http.server 8000Then open:
http://localhost:8000
If Python is installed on Windows:
py -m http.server 8000Then open:
http://localhost:8000
- Use a local HTTP server instead of opening
index.htmldirectly. The app fetches local files likeversion.txtandfield-meta.json, which should be served over HTTP. - To stop the local server, press
Ctrl+Cin the terminal.