Vad är filformatet WXB?
En .wxb-fil är ett projekt skapat med watchX Blocks, den blockbaserade kodredigeraren för den bärbara enheten watchX. watchX är en Arduino-kompatibel, Scratch-kompatibel smartklocka och utvecklingskort som du programmerar själv. Varje .wxb-fil innehåller ett program beskrivet som en uppsättning anslutna kodblock.
Under ytan är filen vanlig XML. watchX Blocks-redigeraren är byggd på Googles Blockly, så den serialiserar blockarbetsytan som ett XML-träd. I redigeraren ser du samma program på tre sätt samtidigt: som block, som genererad Arduino-källkod (likt en .ino-skiss) och som den råa XML-koden som filen lagrar.
Säkerhet & trygghet
RISK: 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
i ett nötskal- 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.
Program som öppnar WXB-filer
Tekniska detaljer
djup 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. |
| Släppt | 2017 |
| Specifikation | www.watchx.io |
WXB-konverteringar
Frågor & svar
frågat av användareInga frågor än - bli den första att fråga om WXB-filer.