Hvad er WXB-filformatet?
En .wxb-fil er et projekt oprettet med watchX Blocks, den blokbaserede kodeeditor til watchX-wearable. watchX er et Arduino-kompatibelt, Scratch-kompatibelt smartwatch og udviklingskort, som du selv programmerer. Hver .wxb-fil indeholder ét program beskrevet som et sæt forbundne kodeblokke.
Under motorhjelmen er filen almindelig XML. watchX Blocks-editoren er bygget på Googles Blockly, så den serialiserer blok-arbejdsområdet som et XML-træ. I editoren ser du det samme program på tre måder på én gang: som blokke, som genereret Arduino-kildekode (meget lig en .ino-sketch) og som den rå XML, filen gemmer.
Sikkerhed og tryghed
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.
Formatdetaljer
kort fortalt- 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.
Programmer der åbner WXB-filer
Tekniske detaljer
dyb specifikation| 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. |
| Udgivet | 2017 |
| Specifikation | www.watchx.io |
WXB-konverteringer
Fællesskabets Q&A
spurgt af brugereIngen spørgsmål endnu - vær den første til at spørge om WXB-filer.