1.0.6 • Published 6 years ago

@jibo/command-requester v1.0.6

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
6 years ago

remote-jibo-node

How to run the examples

If you haven't globally install required module yarn global add typescript To run an example, move to examples compile it with tsc --lib ES2015 Example.ts and then run node Example.js <robot address>, for example, for examples/MoveHead.ts, do:

cd examples &&
tsc --lib ES2015 MoveHead.ts &&
node MoveHead.js sim  # sim should map to 127.0.0.1 which is used to connect to the simulator

Examples

Certificates

A sample certificate is provided to run the examples, these can be found on priv/certs. For non-example applications a new certificate must be generated.

Supported functionality

Commands

Events

Nice to have

  • Use a single bounjour+https for multiple robots
  • Typed events
  • Working from browser apps.
  • Robot detector (find robots in LAN)