Commit Graph

3 Commits

Author SHA1 Message Date
Voxis dfb10e52ef feat(lwf): add classifyIncoming for micro-LCC/LCC/LWF fuzz test
- Added FrameType enum (micro_lcc, lcc, lwf, unknown)
- Implemented classifyIncoming(bytes) three-way switch:
  - Micro-LCC: 0x01-0x06 (frame class as type indicator)
  - LCC: 0x43
  - LWF: 0x46
- Added property-based tests verifying no classification overlap
- Tests include range checks, random byte sequences, boundary cases

Status: Code compiles, tests ready for when test infrastructure fixed
2026-02-16 06:28:07 +01:00
Markus Maiwald 02570ab88b fix(l0-transport): remove incorrect const qualifier from LWFFrame.deinit() 2026-02-09 00:07:17 +01:00
Markus Maiwald 07ccd484f1
refactor: restructure repository with tiered licensing
Major restructuring of libertaria-sdk -> libertaria-stack:

FOLDER REORGANIZATION:
- core/          - L0-L3 layers (Commonwealth LCL-1.0)
  - l0-transport/
  - l1-identity/
  - l2_session/
  - l2-federation/
  - l2-membrane/
- sdk/           - L4+ and bindings (Sovereign LSL-1.0)
  - janus-sdk/
  - l4-feed/
- apps/          - Examples (Unbound LUL-1.0)
  - examples/
- legal/         - All license texts

LICENSES ADDED:
- LICENSE_COMMONWEALTH.md (LCL-1.0) - Viral reciprocity for Core
- LICENSE_SOVEREIGN.md (LSL-1.0) - Business-friendly for SDK
- LICENSE_UNBOUND.md (LUL-1.0) - Maximum freedom for docs/apps

BUILD.ZIG UPDATED:
- All paths updated to new structure
- Examples imports fixed

README.md REWRITTEN:
- Documents new folder structure
- Explains tiered licensing strategy
- Clear SPDX identifiers per component

NO CLA REQUIRED - contributors keep copyright
2026-02-05 20:12:32 +01:00
Renamed from l0-transport/lwf.zig (Browse further)