Что такое формат файла WXB?
Файл .wxb - это проект, созданный в watchX Blocks, редакторе кода на основе блоков для носимого устройства watchX. watchX - это совместимые с Arduino и Scratch смарт-часы и плата для разработки, которые вы программируете самостоятельно. Каждый файл .wxb содержит одну программу, описанную как набор соединенных блоков кода.
Внутри файл представляет собой обычный XML. Редактор watchX Blocks построен на базе Google Blockly, поэтому он сериализует рабочую область блоков в виде дерева XML. В редакторе вы видите одну и ту же программу тремя способами одновременно: в виде блоков, в виде сгенерированного исходного кода Arduino (похожего на скетч .ino) и в виде необработанного XML, который хранится в файле.
Безопасность и защита
РИСК: 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.
Детали формата
в двух словах- 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.
Программы, открывающие файлы WXB
.wxb file to read and edit its underlying Blockly XML directly. Технические подробности
глубокая спецификация| 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. |
| Выпущен | 2017 |
| Спецификация | www.watchx.io |
Конвертации WXB
Вопросы и ответы сообщества
спрошено пользователямиВопросов пока нет - станьте первым, кто спросит о файлах WXB.