Skip to content

Commit fac70f0

Browse files
Update apps
1 parent b0999f1 commit fac70f0

7 files changed

Lines changed: 43 additions & 9 deletions

File tree

app_index.json

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
"short_description": "Nostr",
500500
"long_description": "Notest and Other Stuff Transmitted by Relays",
501501
"fullname": "com_micropythonos_nostr",
502-
"version": "1.0.1",
502+
"version": "1.0.2",
503503
"category": "communication",
504504
"activities": [
505505
{
@@ -524,8 +524,8 @@
524524
]
525525
}
526526
],
527-
"icon_url": "https://apps.micropythonos.com/apps/com_micropythonos_nostr/icons/com_micropythonos_nostr_1.0.1_64x64.png",
528-
"download_url": "https://apps.micropythonos.com/apps/com_micropythonos_nostr/mpks/com_micropythonos_nostr_1.0.1.mpk"
527+
"icon_url": "https://apps.micropythonos.com/apps/com_micropythonos_nostr/icons/com_micropythonos_nostr_1.0.2_64x64.png",
528+
"download_url": "https://apps.micropythonos.com/apps/com_micropythonos_nostr/mpks/com_micropythonos_nostr_1.0.2.mpk"
529529
}
530530
,{
531531
"name": "REPL Shell",
@@ -602,7 +602,7 @@
602602
"short_description": "Minimal app",
603603
"long_description": "Demonstrates the simplest app.",
604604
"fullname": "com.micropythonos.showbattery",
605-
"version": "0.5.0",
605+
"version": "0.5.1",
606606
"category": "utility",
607607
"activities": [
608608
{
@@ -616,8 +616,8 @@
616616
]
617617
}
618618
],
619-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showbattery/icons/com.micropythonos.showbattery_0.5.0_64x64.png",
620-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showbattery/mpks/com.micropythonos.showbattery_0.5.0.mpk"
619+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showbattery/icons/com.micropythonos.showbattery_0.5.1_64x64.png",
620+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showbattery/mpks/com.micropythonos.showbattery_0.5.1.mpk"
621621
}
622622
,{
623623
"name": "Show Fonts",
@@ -917,7 +917,7 @@
917917
"short_description": "Simple game with colors.",
918918
"long_description": "Game with colors, where objective is to turn whole board into single color in minimum number of steps.",
919919
"fullname": "cz.ucw.pavel.floodit",
920-
"version": "0.3.3",
920+
"version": "0.3.4",
921921
"category": "game",
922922
"activities": [
923923
{
@@ -931,8 +931,8 @@
931931
]
932932
}
933933
],
934-
"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.floodit/icons/cz.ucw.pavel.floodit_0.3.3_64x64.png",
935-
"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.floodit/mpks/cz.ucw.pavel.floodit_0.3.3.mpk"
934+
"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.floodit/icons/cz.ucw.pavel.floodit_0.3.4_64x64.png",
935+
"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.floodit/mpks/cz.ucw.pavel.floodit_0.3.4.mpk"
936936
}
937937
,{
938938
"name": "Gyro",
@@ -980,4 +980,38 @@
980980
"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.navstar/icons/cz.ucw.pavel.navstar_0.2.2_64x64.png",
981981
"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.navstar/mpks/cz.ucw.pavel.navstar_0.2.2.mpk"
982982
}
983+
,{
984+
"name": "MeshCore",
985+
"publisher": "lucid-void",
986+
"short_description": "MeshCore LoRa mesh client",
987+
"long_description": "A MeshCore client over LoRa for the Fri3d Camp 2026 badge (MicroPythonOS). REQUIRES badge coprocessor firmware 2.0.2 or newer, which means MicroPythonOS 0.17.0 or newer: on older firmware, resetting the LoRa radio can crash the coprocessor and black-screen the badge until it is switched off and on again. Update your badge before enabling the radio service; if OSUpdate reports the badge is already up to date, see the README. Learns companion nodes from adverts; add one as a contact to exchange encrypted direct messages (X25519 + AES-128 + HMAC) with delivery acknowledgements. Send and receive public # channel messages, interoperable with the MeshCore apps. Generates an on-device Ed25519 identity, floods signed adverts, and shares your contact as a QR. A Me-tab toggle runs the LoRa node in the background (receiving while the app is closed) with automatic radio recovery. By lucid-void. An independent, community-built client: not affiliated with or endorsed by the MeshCore project. MESHCORE is a trademark of its owner.",
988+
"fullname": "org.fri3d.meshcore",
989+
"version": "0.6.0",
990+
"category": "communication",
991+
"activities": [
992+
{
993+
"entrypoint": "meshcore.py",
994+
"classname": "MeshCoreHome",
995+
"intent_filters": [
996+
{
997+
"action": "main",
998+
"category": "launcher"
999+
}
1000+
]
1001+
}
1002+
],
1003+
"services": [
1004+
{
1005+
"entrypoint": "meshcore_boot_service.py",
1006+
"classname": "MeshCoreBootService",
1007+
"intent_filters": [
1008+
{
1009+
"action": "boot_completed"
1010+
}
1011+
]
1012+
}
1013+
],
1014+
"icon_url": "https://apps.micropythonos.com/apps/org.fri3d.meshcore/icons/org.fri3d.meshcore_0.6.0_64x64.png",
1015+
"download_url": "https://apps.micropythonos.com/apps/org.fri3d.meshcore/mpks/org.fri3d.meshcore_0.6.0.mpk"
1016+
}
9831017
]
3.19 KB
Loading
Binary file not shown.
3.97 KB
Loading
Binary file not shown.
4.55 KB
Loading
10.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)