Co to jest format pliku WXB?
Plik .wxb to projekt utworzony w watchX Blocks, edytorze kodowania opartego na blokach dla urządzenia watchX. watchX to smartwatch i płytka rozwojowa kompatybilna z Arduino oraz Scratch, którą programuje się samodzielnie. Każdy plik .wxb zawiera jeden program opisany jako zestaw połączonych bloków kodu.
Pod spodem plik jest zwykłym tekstem XML. Edytor watchX Blocks bazuje na Google Blockly, więc serializuje obszar roboczy bloków jako drzewo XML. W edytorze ten sam program widać na trzy sposoby jednocześnie: jako bloki, jako wygenerowany kod źródłowy Arduino (podobnie jak szkic .ino) oraz jako surowy XML przechowywany w pliku.
Bezpieczeństwo
RYZYKO: 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.
Szczegóły formatu
w pigułce- 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.
Programy otwierające pliki WXB
Szczegóły techniczne
specyfikacja| 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. |
| Wydano | 2017 |
| Specyfikacja | www.watchx.io |
Konwersje WXB
Pytania i odpowiedzi społeczności
pytania użytkownikówBrak pytań - bądź pierwszą osobą, która zapyta o pliki WXB.