Skip to content

Commit 4d1be0e

Browse files
docs: add ESP32 to supported platforms in README
1 parent a7bfbbc commit 4d1be0e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ Secure LSL is a drop-in replacement for [liblsl](https://github.com/sccn/liblsl)
1313
- **Device authentication**: Ed25519 digital signatures
1414
- **Replay attack prevention**: Monotonic nonce tracking
1515
- **Zero code changes**: Existing applications work unmodified
16-
- **Cross-platform**: macOS, Linux, Windows (x86_64, ARM)
16+
- **Cross-platform**: macOS, Linux, Windows (x86_64, ARM), ESP32 (WiFi)
1717
- **Full interoperability**: Python, MATLAB, C++, C# all work together
18+
- **Embedded support**: ESP32 microcontrollers with wire-compatible encryption ([details](docs/esp32/overview.md))
1819

1920
## Quick Start
2021

@@ -96,6 +97,7 @@ The secure library uses a distinct name to prevent confusion:
9697
| macOS | `liblsl.dylib` | `liblsl-secure.dylib` |
9798
| Linux | `liblsl.so` | `liblsl-secure.so` |
9899
| Windows | `lsl.dll` | `lsl-secure.dll` |
100+
| ESP32 | `liblsl_esp32` (component) | Built-in (same component) |
99101

100102
## Version Information
101103

0 commit comments

Comments
 (0)