Files
mesh-forge/public/registry.json
T
2025-12-09 09:08:53 -08:00

31 lines
1.0 KiB
JSON

{
"lodb": {
"name": "LoDB",
"description": "Micro database for Meshtastic - A synchronous, protobuf-based database for Meshtastic",
"repo": "https://github.com/MeshEnvy/lodb",
"homepage": "https://github.com/MeshEnvy/lodb",
"imageUrl": "https://raw.githubusercontent.com/MeshEnvy/lodb/refs/heads/main/logo.webp",
"version": "1.2.0",
"author": "benallfree",
"featured": false,
"dependencies": {
"meshtastic": ">=2.7.0"
}
},
"lobbs": {
"name": "LoBBS",
"author": "benallfree",
"description": "BBS for Meshtastic right on the firmware - A full bulletin board system that runs entirely inside the Meshtastic firmware",
"imageUrl": "https://raw.githubusercontent.com/MeshEnvy/lobbs/refs/heads/main/logo.webp",
"repo": "https://github.com/MeshEnvy/lobbs",
"homepage": "https://github.com/MeshEnvy/lobbs",
"version": "1.2.0",
"featured": true,
"includes": ["esp32"],
"dependencies": {
"lodb": ">=1.2.0",
"meshtastic": ">=2.7.0"
}
}
}