Che cos'è il formato di file LLSP?
Un file con estensione .llsp è un progetto LEGO Education SPIKE, salvato dalla versione 2 dell'app LEGO Education SPIKE. Contiene un programma creato da uno studente per un hub robotico SPIKE Prime o SPIKE Essential, insieme alle sue variabili e impostazioni. L'ambiente di programmazione si basa su Scratch 3, quindi un progetto può essere scritto con blocchi di parole trascinabili o in MicroPython.
Sotto il cofano, un file .llsp è un archivio ZIP. Rinominando una copia in .zip ed estraendola si scoprono un descrittore di progetto, uno screenshot vettoriale .svg usato come miniatura e un file scratch.sb3 incorporato. Quel file .sb3 è un progetto Scratch 3 standard e il suo project.json contiene l'elenco piatto degli stack di blocchi e delle variabili esattamente come appaiono nell'editor. Nel 2023, l'app SPIKE 3 ha sostituito questo formato con .llsp3 e i due non sono intercambiabili nelle versioni precedenti dell'app.
Sicurezza e incolumità
RISCHIO: 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.
Dettagli del formato
in sintesi- 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.
Programmi che aprono file LLSP
Dettagli tecnici
specifiche approfondite| 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. |
| Rilasciato | 2019 |
| Ultima versione | SPIKE App 2 project format (superseded by .llsp3 in SPIKE App 3) |
| Specifica | spike.legoeducation.com |
Conversioni LLSP
Domande e risposte della community
chiesto dagli utentiAncora nessuna domanda - sii il primo a chiedere informazioni sui file LLSP.
Domande frequenti
Come si apre un file .llsp?
Qual è la differenza tra .llsp e .llsp3?
.llsp è il formato di progetto della SPIKE App 2, mentre .llsp3 è il formato della SPIKE App 3. Sono strutturati diversamente e non sono intercambiabili nelle versioni precedenti dell'app, sebbene la SPIKE App 3 possa importare un .llsp e salvarlo come .llsp3.