Co to jest format pliku LLSP?
Plik z rozszerzeniem .llsp to projekt LEGO Education SPIKE, zapisany przez wersję 2 aplikacji LEGO Education SPIKE App. Zawiera on program zbudowany przez ucznia dla jednostki centralnej robotyki SPIKE Prime lub SPIKE Essential, wraz z jego zmiennymi i ustawieniami. Środowisko programistyczne opiera się na Scratch 3, więc projekt może być napisany za pomocą bloków słownych typu „przeciągnij i upuść” lub w języku MicroPython.
Pod spodem plik .llsp jest archiwum ZIP. Zmiana nazwy kopii na .zip i jej wypakowanie ujawnia deskryptor projektu, wektorowy zrzut ekranu .svg używany jako miniatura oraz osadzony plik scratch.sb3. Ten plik .sb3 jest standardowym projektem Scratch 3, a jego plik project.json zawiera płaską listę stosów bloków i zmiennych dokładnie tak, jak pojawiają się one w edytorze. W 2023 roku aplikacja SPIKE App 3 zastąpiła ten format rozszerzeniem .llsp3, a oba formaty nie są zamienne w starszych wersjach aplikacji.
Bezpieczeństwo
RYZYKO: LOWAn .llsp file is a data project, not an executable. It holds Scratch-style block code, variables, an SVG preview, and optional sound assets, none of which run on your computer outside the SPIKE App. As a ZIP archive it could in theory carry unexpected members, so extract files from unknown sources with a normal archive tool and check what is inside. Corruption of the internal project.json is a known cause of a project that will not load.
Szczegóły formatu
w pigułce- MINDSTORMS Robot Inventor projects - The LEGO MINDSTORMS Robot Inventor (set 51515) app shares the same Scratch-3-based engine and can produce and read .llsp-style word-block projects, though its own projects usually carry the .lms extension.
Programy otwierające pliki LLSP
Szczegóły techniczne
specyfikacja| Encoding | ZIP-compressed binary container holding JSON, SB3, and SVG members |
| Byte order | N/A (ZIP structure is little-endian) |
| Container | ZIP archive (renamed .zip) |
| Compression | DEFLATE (standard ZIP) |
| Encryption | None; contents are stored unencrypted and can be extracted with any ZIP tool |
| Typical size | 10 KB to a few MB, depending on program size and any embedded sound assets |
| Structure | Outer ZIP contains a project descriptor/manifest (JSON), an SVG vector screenshot used as the project thumbnail/preview, and an embedded scratch.sb3 file. The scratch.sb3 is itself a ZIP that holds project.json, which stores the flat stack of code blocks and variables shown in the editor. |
| Integrity | Per-member CRC-32 stored in the ZIP directory; no separate signature or hash for the project as a whole |
| Platforms | Windows, macOS, iOS, iPadOS, Android, Chrome OS |
| Notes | Created by the word-block (icon-block) and Python programming modes of the LEGO Education SPIKE App 2 for the SPIKE Prime (45678) and SPIKE Essential (45345) sets, and also used by MINDSTORMS Robot Inventor. SPIKE App 3 replaced this format with the .llsp3 extension, and .llsp3 files are not backward-compatible with older app versions. Because the code lives inside an embedded Scratch 3 project.json, community tools can read the blocks directly. |
| Wydano | 2019 |
| Najnowsza wersja | SPIKE App 2 project format (superseded by .llsp3 in SPIKE App 3) |
| Specyfikacja | spike.legoeducation.com |
Konwersje LLSP
Pytania i odpowiedzi społeczności
pytania użytkownikówBrak pytań - bądź pierwszą osobą, która zapyta o pliki LLSP.
Najczęściej zadawane pytania
Jak otworzyć plik .llsp?
Jaka jest różnica między .llsp a .llsp3?
.llsp to format projektu aplikacji SPIKE App 2, podczas gdy .llsp3 to format aplikacji SPIKE App 3. Mają one inną strukturę i nie są zamienne w starszych wersjach aplikacji, choć SPIKE App 3 może zaimportować .llsp i zapisać go jako .llsp3.