Skip to content

TypeScript bindings based on protobufs (proto3) provided by Boston Dynamics

License

Notifications You must be signed in to change notification settings

reactivelions/spot-sdk-ts

 
 

Repository files navigation

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).

About

TypeScript bindings based on protobufs (proto3) provided by Boston Dynamics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%