Drop .sub file or click to upload
+Supports Flipper Zero and LilyGo T-Embed RAW captures
+ + +diff --git a/package.json b/package.json new file mode 100644 index 0000000..a8d7b23 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "giglez", + "version": "1.0.0", + "description": "IoT RF Device Mapping Platform - Wigle for Sub-GHz Signals", + "type": "module", + "scripts": { + "test:decoder": "node static/js/decoder/test.js" + }, + "keywords": [ + "rf", + "iot", + "sub-ghz", + "flipper-zero", + "pattern-decoder", + "signal-analysis" + ], + "author": "GigLez", + "license": "MIT" +} diff --git a/static/decoder-demo.html b/static/decoder-demo.html new file mode 100644 index 0000000..65aaccf --- /dev/null +++ b/static/decoder-demo.html @@ -0,0 +1,580 @@ + + +
+ + +Client-Side RF Signal Analysis for Sub-GHz Devices
+Supports Flipper Zero and LilyGo T-Embed RAW captures
+ + +