Wat is het WXB-bestandsformaat?
Een .wxb-bestand is een project gemaakt met watchX Blocks, de op blokken gebaseerde code-editor voor de watchX wearable. watchX is een Arduino-compatibele, Scratch-compatibele smartwatch en ontwikkelbord dat u zelf programmeert. Elk .wxb-bestand bevat één programma beschreven als een set verbonden codeblokken.
Onder de motorkap is het bestand platte XML. De watchX Blocks-editor is gebouwd op Google's Blockly, dus het serialiseert de blokken-werkruimte als een XML-boom. In de editor ziet u hetzelfde programma op drie manieren tegelijk: als blokken, als gegenereerde Arduino-broncode (vergelijkbaar met een .ino-sketch), en als de ruwe XML die het bestand opslaat.
Beveiliging & veiligheid
RISICO: 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.
Formaatdetails
in een notendop- 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.
Programma's die WXB-bestanden openen
Technische details
diepe specificaties| 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. |
| Uitgebracht | 2017 |
| Specificatie | www.watchx.io |
WXB conversies
Community V&A
gevraagd door gebruikersNog geen vragen - wees de eerste om iets te vragen over WXB-bestanden.