spot-sdk-ts
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

spot-sdk-ts

TypeScript bindings based on protobufs (proto3) provided by Boston Dynamics as a part of their SDK.

Development

Check build.ts if you need to generate bindings compatible with @grpc/grpc-js.

Each service genrated with ts-proto will require implementation of the RPC interface:

interface Rpc {
  request(
    service: string,
    method: string,
    data: Uint8Array
  ): Promise<Uint8Array>;
}

Helpful links

License

Read full text of the license here.

Sponsors

Reactive Lions™

Copyright

Copyright 2021 Boston Dynamics, Inc. All rights reserved. Copyright 2022 Eugene Hauptmann. (TypeScript types, bindings, build scripts).

Package Sidebar

Install

npm i spot-sdk-ts

Weekly Downloads

0

Version

0.0.1

License

LicenseRef-LICENSE

Unpacked Size

23.1 MB

Total Files

742

Last publish

Collaborators

  • eugenehp