- HTML5-based Decoder for Zero Motorcycles log files, both MBB and BMS.
- HTML5 Offline parser for Zero Motorcycles log files.
- HTML5 Offline viewer with Highcharts for MBB log files.
- Get log files from the Zero App (Support/Email Bike Logs)
- Send to file storage.
- Choose .bin file in the Decoder tool to decode text and view charts.
- This software is not sponsored by, associated with, affiliated with, or endorsed by Zero Motorcycles.
- It is maintained by riders just like you.
- Information is presented as-is and may be inaccurate.
Parser, Viewer and Tools download page now hosted on GitHub
- These tools work offline.
- Use Chrome or Firefox to open the web page and save or cache it.
- On iOS
- Bookmarking Mobile Safari supports marking a page as a bookmark or a favorite, and Add To Homescreen can make it accessible with a conventional app icon.
- Log File Management As of iOS 11, the Files functionality can save the log from the native Mail client (and others like Google Inbox/Gmail).
zero-log-parser.html is built from the files in the component folder. It includes all styles, images, and scripts in a single file to make offline usage work well.
Use powershell script .\merge.ps1 to create single file html from components.
Run make:
make logparser-offlinebuilds the offline log parser.make logviewer-offlinebuilds the offline log viewer.make logparser-onlinebuilds the online log parser.make logviewer-onlinebuilds the online log viewer.make logparserbuilds online and offline parsers.make logviewerbuilds online and offline viewers.makebuilds everything.make clean allforces a rebuild.
- bash and make (GNU and non-GNU should work).
- GNU Recode (available on Linux and Homebrew for OS X) is required to commit the same encoding as is checked into the repository.