Was ist das WXB-Dateiformat?
Eine .wxb-Datei ist ein Projekt, das mit watchX Blocks erstellt wurde, dem blockbasierten Code-Editor für das watchX Wearable. watchX ist eine Arduino-kompatible, Scratch-kompatible Smartwatch und ein Entwicklungsboard, das Sie selbst programmieren. Jede .wxb-Datei enthält ein Programm, das als Satz verbundener Codeblöcke beschrieben wird.
Im Hintergrund ist die Datei einfaches XML. Der watchX Blocks Editor basiert auf Google Blockly, daher serialisiert er den Block-Arbeitsbereich als XML-Baum. Im Editor sehen Sie dasselbe Programm auf drei Arten gleichzeitig: als Blöcke, als generierten Arduino-Quellcode (ähnlich einem .ino-Sketch) und als das rohe XML, das die Datei speichert.
Sicherheit
RISIKO: LOWA .wxb file is plain XML describing code blocks. It contains no executable code and runs nothing on its own, so opening one in the editor or a text viewer is safe. The only real-world action is compiling and flashing the generated program to a watchX device, which the user triggers deliberately.
Formatdetails
kurz gefasst- EXP Backup Document - Some file-lookup sites list an unverified, user-submitted association between .wxb and a backup/export document. No confirmed application uses this.
Programme zum Öffnen von WXB-Dateien
.wxb file to read and edit its underlying Blockly XML directly. Technische Details
technische Spezifikation| Encoding | UTF-8 text |
| Byte order | N/A (text format) |
| Container | XML document (Google Blockly workspace serialization) |
| Typical size | A few KB to tens of KB depending on program complexity |
| Structure | A Blockly XML tree describing the connected code blocks of a watchX program. The watchX Blocks editor uses this block graph to generate equivalent Arduino source code, which is then compiled and uploaded to the watchX device. |
| Platforms | Windows, macOS, Linux |
| Notes | watchX is an Arduino-compatible wearable/smartwatch development board. In the watchX Blocks editor the same program is shown three ways at once: as connected blocks, as generated Arduino source (like an .ino sketch), and as the underlying XML that a .wxb file stores. |
| Veröffentlicht | 2017 |
| Spezifikation | www.watchx.io |
WXB-Konvertierungen
Community Q&A
von Nutzern gefragtNoch keine Fragen - stellen Sie die erste Frage zu WXB-Dateien.