.LLSP

Файл LLSP

LEGO Education SPIKE Project
Задать вопрос
БЫСТРЫЙ ОТВЕТ

Файл .llsp - это проект, сохраненный в LEGO Education SPIKE App версии 2. Он содержит программу на основе блоков или Python, созданную учеником для роботов SPIKE Prime или SPIKE Essential. Это ZIP-архив, объединяющий манифест проекта, превью-изображение в формате SVG и встроенный файл Scratch 3. Открыть его можно в LEGO Education SPIKE App на Windows, macOS, Chrome OS, iPad или Android через меню Файл -> Открыть. Чтобы изучить содержимое, скопируйте файл, переименуйте его в .zip и распакуйте.

Разработчик: The LEGO Group (LEGO Education) Категория: Файлы разработчика MIME: application/zip
ОТКРЫВАЕТСЯ НА Windows macOS Linux Android iOS Web
Связанные: .DO · .MD · .HEX · .XSD

На этой странице

Проиндексировано расширений: 19k+
Последняя проверка: Jul 10, 2026

Не знаете, что это за файл?

Перетащите любой файл в наш идентификатор - мы прочитаем первые байты, чтобы определить формат.

Идентифицировать файл

Что такое формат файла LLSP?

Файл с расширением .llsp - это проект LEGO Education SPIKE, созданный во второй версии приложения LEGO Education SPIKE App. Он содержит программу для робототехнических хабов SPIKE Prime или SPIKE Essential, а также переменные и настройки. Среда кодирования построена на базе Scratch 3, поэтому проект может быть написан с помощью перетаскиваемых блоков слов или на MicroPython.

По сути, файл .llsp представляет собой ZIP-архив. Если переименовать копию в .zip и извлечь её, вы обнаружите дескриптор проекта, векторный скриншот .svg, используемый в качестве миниатюры, и встроенный файл scratch.sb3. Этот файл .sb3 является стандартным проектом Scratch 3, а его project.json содержит плоский список стеков блоков и переменных в том виде, в каком они отображаются в редакторе. В 2023 году SPIKE App 3 заменило этот формат на .llsp3, и эти два формата не являются взаимозаменяемыми в старых версиях приложения.

Безопасность и защита

РИСК: LOW

An .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.

Детали формата

в двух словах
ПОЛНОЕ НАЗВАНИЕLEGO Education SPIKE Projectтакже известен как SPIKE Prime project, SPIKE project archive
РАЗРАБОТЧИКThe LEGO Group (LEGO Education)с 2019
MIME-ТИПapplication/zip
ТИПBinary container (ZIP archive)
СВЯЗАННЫЕ.do.md.hex.xsd
Это расширение также используется в…
  • 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.
MAGIC BYTES · СИГНАТУРА ФАЙЛА
СМЕЩЕНИЕ
00010203
HEX
504B0304
ASCII
PK··
Standard ZIP local file header. An .llsp file is a renamed ZIP archive, so it begins with the PK signature. There is no .llsp-specific magic number; empty or spanned archives may start with PK\x05\x06 or PK\x07\x08.

Программы, открывающие файлы LLSP

Windows2 apps
7-Zip Открытый код Right-click the .llsp file and open it as an archive to browse the manifest, SVG preview, and embedded scratch.sb3 without renaming.
LEGO Education SPIKE App Бесплатно Install the SPIKE App and choose File then Open to load an .llsp project; use the legacy SPIKE App 2 if the file will not open in version 3.
macOS2 apps
The Unarchiver Бесплатно Copy the file to .zip and extract with The Unarchiver to view the SVG screenshot and scratch.sb3 inside.
LEGO Education SPIKE App Бесплатно Open the SPIKE App and use File then Open to load the .llsp project on macOS.
Linux1 app
unzip Открытый код Run unzip on a copy renamed to .zip to extract project.json, the SVG preview, and scratch.sb3 for inspection.
Android1 app
LEGO Education SPIKE (iPad) Бесплатно Open the SPIKE App on a tablet and load the .llsp file from the projects screen.
iOS1 app
LEGO Education SPIKE (iPad) Бесплатно Install the SPIKE App on iPad and open the .llsp project from the app's project browser.
Web1 app
convert.guru LLSP viewer Бесплатно Upload an .llsp file to extract its ZIP contents (scratch.sb3, JSON manifest, SVG icon) in the browser without the LEGO app.

Технические подробности

глубокая спецификация
EncodingZIP-compressed binary container holding JSON, SB3, and SVG members
Byte orderN/A (ZIP structure is little-endian)
ContainerZIP archive (renamed .zip)
CompressionDEFLATE (standard ZIP)
EncryptionNone; contents are stored unencrypted and can be extracted with any ZIP tool
Typical size10 KB to a few MB, depending on program size and any embedded sound assets
StructureOuter 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.
IntegrityPer-member CRC-32 stored in the ZIP directory; no separate signature or hash for the project as a whole
PlatformsWindows, macOS, iOS, iPadOS, Android, Chrome OS
NotesCreated 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.
Выпущен2019
Последняя версияSPIKE App 2 project format (superseded by .llsp3 in SPIKE App 3)
Спецификацияspike.legoeducation.com

Конвертации LLSP

Вопросы и ответы сообщества

спрошено пользователями
Задать быстрый вопрос
Получите помощь от людей, работающих с файлами LLSP. Будьте конкретны - укажите вашу систему и версию ПО.
Аккаунт не нужен · ответы обычно в течение дня

Вопросов пока нет - станьте первым, кто спросит о файлах LLSP.

Часто задаваемые вопросы

Как мне открыть файл .llsp?
Установите бесплатное приложение LEGO Education SPIKE App на Windows, macOS, Chrome OS, iPad или Android и выберите Файл -> Открыть. Если текущее приложение не принимает его, используйте старую версию SPIKE App 2, в которой был создан формат .llsp.
В чем разница между .llsp и .llsp3?
.llsp - это формат проектов SPIKE App 2, а .llsp3 - формат SPIKE App 3. Они имеют разную структуру и не взаимозаменяемы в старых версиях приложений, хотя SPIKE App 3 может импортировать .llsp и сохранять его как .llsp3.
Можно ли увидеть содержимое .llsp без приложения LEGO?
Да. Сделайте копию, измените расширение на .zip и распакуйте её. Вы найдете манифест проекта, SVG-изображение программы и файл scratch.sb3, в котором хранится код.
Можно ли конвертировать программу .llsp в Python?
SPIKE App позволяет писать на Python напрямую. Для конвертации существующего блочного проекта инструмент pyspikon читает project.json внутри .llsp и выдает файл .py, хотя он пропускает События и Мои блоки.
Почему мой файл .llsp не открывается или зависает?
Обычной причиной является поврежденный или не полностью записанный project.json внутри встроенного scratch.sb3. Извлечение архива и восстановление или замена этого JSON может спасти зависший проект.
Безопасно ли открывать файлы .llsp?
Да. Это файлы данных проекта, а не программы, и при их открытии вне SPIKE App ничего не запускается. Относитесь к архивам из неизвестных источников с той же осторожностью, что и к любым загруженным ZIP-файлам.

Ссылки

1FileInfo - LLSP File Extensionfileinfo.com
2Bugfixing a frozen LEGO SPIKE Prime (.llsp) file - LEGO Digital Continuum and Learning Systemdigitalbrick.home.blog

Узнать больше

по всей базе данных

Популярные расширения на этой неделе

1.AQQAQQ Instant Messenger File
2.BINCD/DVD Disc Image (BIN/CUE)
3.MDMarkdown Document
4.RPMSGRestricted Permission Message
5.PARTPartial Download File
6.CRDOWNLOADChrome Partial Download File
7.NOMEDIAAndroid No-Media Marker File
8.PRO6XProPresenter 6 Bundle File
9.PRDXSoftMaker Presentations Document
10.SWFSmall Web Format (Shockwave Flash)

Похожие расширения

.DOStata Do-File
.MDMarkdown Document
.HEXIntel HEX File
.XSDXML Schema Definition
.MAPSource Map (JavaScript / CSS)
.CONFIGConfiguration File

Бесплатные инструменты для файлов

Идентификатор файлов и конвертер изображений в браузере - все работает на вашем устройстве.

Открыть инструменты

Обзор расширений файлов A-Z