mirror of
https://github.com/meshtastic/web.git
synced 2026-07-31 06:56:28 -04:00
Both packages publish to npm with `files: [..., "README.md", ...]` so the README is the landing page. Old versions were one-line stubs. - @meshtastic/sdk: explain feature-client surface, subpath exports (/transport, /protobuf, /testing), the fake transport for tests, and the migration story from @meshtastic/core (one SDK, separate transport packages, framework-agnostic core). - @meshtastic/sdk-react: single-client + registry quickstarts, grouped hook reference, and why the React bindings split out of core. Shim note carried forward in the sdk README: legacyMeshDevice export stays until the web client finishes migrating; new code should target MeshClient directly.